mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-13 11:16:20 +00:00
fix style
This commit is contained in:
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Freundlicherweise aufgeschrieben von [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Schichten
|
||||
## Schichten
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Werkzeug zur Fernunterstützung
|
||||
- [NPM](https://nginxproxymanager.com/) Proxy-Manager-Werkzeug
|
||||
- [Docker](https://www.docker.com) Werkzeug zur Containerisierung
|
||||
- Firewall Tool
|
||||
|
||||
#### Voraussetzungen
|
||||
### Voraussetzungen
|
||||
Bei diesem Beispiel handelt es sich um eine All-in-one-Lösung, die nur die RustDesk-Dienste hostet. Dies kann zu einer flexibleren Lösung erweitert werden, indem der NPM in eine eigene Docker Compose aufgeteilt wird.
|
||||
- DMZ-Netzwerk: 192.168.1.0/24
|
||||
- NPM (extern): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Bei diesem Beispiel handelt es sich um eine All-in-one-Lösung, die nur die Rust
|
||||
|
||||
Ändern Sie die Beispiele nach Bedarf ab.
|
||||
|
||||
### Docker vorbereiten
|
||||
## Docker vorbereiten
|
||||
Sie müssen Docker bereits installiert haben. Diese Anleitung geht nicht auf die Einzelheiten ein.
|
||||
|
||||
Sie müssen ein Netzwerk für das RustDesk Server-Backend und die DMZ erstellen.
|
||||
@@ -45,7 +45,7 @@ Für jede Anwendung, die Sie mit dem NPM (Nginx Proxy Manager) verwenden, sollte
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Firewall einrichten
|
||||
## Firewall einrichten
|
||||
Konfigurieren Sie die folgenden Portweiterleitungen/NAT-Ports von Ihrer öffentlichen IP-Adresse zum NPM-Server.
|
||||
- 21114 → 8080 TCP
|
||||
- 21115 → 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Konfigurieren Sie die folgenden Portweiterleitungen/NAT-Ports von Ihrer öffentl
|
||||
- 21119 → 21119 TCP
|
||||
- 443 → 443 TCP # Wenn Sie SSL verwenden möchten
|
||||
|
||||
### Docker Compose einrichten
|
||||
## Docker Compose einrichten
|
||||
Dadurch wird ein Container mit NPM und den richtigen Netzwerken gestartet.
|
||||
|
||||
Kopieren Sie den folgenden Text in die Datei docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### NPM einrichten
|
||||
## NPM einrichten
|
||||
Stream Hosts für die folgenden Ports konfigurieren:
|
||||
- 21115 → 192.168.254.2:21115 TCP
|
||||
- 21116 → 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Proxy-Host konfigurieren:
|
||||
- Verbreitete Exploits blockieren: überprüft
|
||||
- Optional: SSL konfigurieren **(NICHT ERFORDERLICH - Der Client muss in der Lage sein, ohne SSL zu kommunizieren.)**
|
||||
|
||||
### RustDesk Server einrichten
|
||||
## RustDesk Server einrichten
|
||||
Verbinden Sie sich mit der Server-Schnittstelle http://rustdesk.example.com oder https://rustdesk.example.com, wenn Sie SSL für die Web-Schnittstelle konfiguriert haben.
|
||||
|
||||
### RustDesk-Client einrichten
|
||||
## RustDesk-Client einrichten
|
||||
Den Client konfigurieren:
|
||||
- ID-Server: rustdesk.example.com
|
||||
- Relay-Server: rustdesk.example.com
|
||||
- API-Server: http://rustdesk.example.com (HTTPS verwenden, wenn Sie SSL konfiguriert haben)
|
||||
- Key: {Serverschlüssel hier}
|
||||
|
||||
### Endergebnis
|
||||
## Endergebnis
|
||||
Ihre Lösung wird von außen über den Proxy-Manager erreichbar sein. Sie können Ihre RustDesk-Server von anderen Systemen isolieren. Insbesondere, wenn Sie ein geteiltes Konfigurationssystem verwenden und andere Anwendungen bzw. Sites hinter einem gemeinsamen NPM haben.
|
||||
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Kindly written up by [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Layers
|
||||
## Layers
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Remote Support Tool
|
||||
- [NPM](https://nginxproxymanager.com/) Proxy Manager Tool
|
||||
- [Docker](https://www.docker.com) Containerization Tool
|
||||
- Firewall Tool
|
||||
|
||||
#### Assumptions
|
||||
### Assumptions
|
||||
This example is an All in One for hosting just RustDesk services only. This can be expanded to a more flexible solution by splitting the NPM into it's own Docker Compose.
|
||||
- DMZ Network: 192.168.1.0/24
|
||||
- NPM (External): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ This example is an All in One for hosting just RustDesk services only. This can
|
||||
|
||||
Make modifications to the examples as needed.
|
||||
|
||||
### Prepare Docker
|
||||
## Prepare Docker
|
||||
You must have Docker already installed this guide does not go into the specifics of that.
|
||||
|
||||
You will need to create a network for the RustDesk Server Backend and the DMZ.
|
||||
@@ -45,7 +45,7 @@ For each application you use with the NPM (Nginx Proxy Manager) you should have
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Setup Firewall
|
||||
## Setup Firewall
|
||||
Configure the following Port forwarding/NAT ports from your public IP to the NPM Server.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure the following Port forwarding/NAT ports from your public IP to the NPM
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # If you want to use SSL
|
||||
|
||||
### Setup Docker Compose
|
||||
## Setup Docker Compose
|
||||
This will start a container with NPM and the correct networks.
|
||||
|
||||
Copy the below into docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Setup NPM
|
||||
## Setup NPM
|
||||
Configure Stream Hosts for the following Ports:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure Proxy Host:
|
||||
- Block Common Exploits: Checked
|
||||
- Optional: Configure SSL **(DO NOT REQUIRE - Client needs to be able to communicate without SSL.)**
|
||||
|
||||
### Setup RustDesk Server
|
||||
## Setup RustDesk Server
|
||||
Connect to Server interface http://rustdesk.example.com or https://rustdesk.example.com if you have configured SSL for web interface.
|
||||
|
||||
### Setup RustDesk Client
|
||||
## Setup RustDesk Client
|
||||
Configure the client:
|
||||
- ID Server: rustdesk.example.com
|
||||
- Relay Server: rustdesk.example.com
|
||||
- API Server: http://rustdesk.example.com (use HTTPS if you have configured SSL)
|
||||
- Key: {Server Key Here}
|
||||
|
||||
### End Result
|
||||
## End Result
|
||||
Your solution will be accessible externally through the Proxy manager. You will have isolation of your RustDesk Servers from other systems. Especially if you use a split configuration system and have other applications / sites behind a common NPM.
|
||||
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Amablemente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Capas
|
||||
## Capas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Herramienta de Soporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Herramienta de Gestión de Proxy
|
||||
- [Docker](https://www.docker.com) Herramienta de Contenedorización
|
||||
- Herramienta de Firewall
|
||||
|
||||
#### Suposiciones
|
||||
### Suposiciones
|
||||
Este ejemplo es un Todo en Uno para alojar solo servicios RustDesk. Esto puede expandirse a una solución más flexible dividiendo el NPM en su propio Docker Compose.
|
||||
- Red DMZ: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este ejemplo es un Todo en Uno para alojar solo servicios RustDesk. Esto puede e
|
||||
|
||||
Realiza modificaciones a los ejemplos según sea necesario.
|
||||
|
||||
### Preparar Docker
|
||||
## Preparar Docker
|
||||
Debes tener Docker ya instalado, esta guía no entra en los detalles específicos de eso.
|
||||
|
||||
Necesitarás crear una red para el Backend del Servidor RustDesk y la DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicación que uses con el NPM (Nginx Proxy Manager) deberías tener
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar Firewall
|
||||
## Configurar Firewall
|
||||
Configura los siguientes puertos de reenvío/NAT desde tu IP pública al Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configura los siguientes puertos de reenvío/NAT desde tu IP pública al Servido
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Si quieres usar SSL
|
||||
|
||||
### Configurar Docker Compose
|
||||
## Configurar Docker Compose
|
||||
Esto iniciará un contenedor con NPM y las redes correctas.
|
||||
|
||||
Copia lo siguiente en docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurar NPM
|
||||
## Configurar NPM
|
||||
Configura Hosts de Stream para los siguientes Puertos:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configura Host Proxy:
|
||||
- Bloquear Exploits Comunes: Marcado
|
||||
- Opcional: Configurar SSL **(NO REQUERIR - El cliente necesita poder comunicarse sin SSL.)**
|
||||
|
||||
### Configurar Servidor RustDesk
|
||||
## Configurar Servidor RustDesk
|
||||
Conéctate a la interfaz del servidor http://rustdesk.example.com o https://rustdesk.example.com si has configurado SSL para la interfaz web.
|
||||
|
||||
### Configurar Cliente RustDesk
|
||||
## Configurar Cliente RustDesk
|
||||
Configura el cliente:
|
||||
- Servidor ID: rustdesk.example.com
|
||||
- Servidor Relay: rustdesk.example.com
|
||||
- Servidor API: http://rustdesk.example.com (usa HTTPS si has configurado SSL)
|
||||
- Clave: {Clave del Servidor Aquí}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Tu solución será accesible externamente a través del gestor de proxy. Tendrás aislamiento de tus Servidores RustDesk de otros sistemas. Especialmente si usas un sistema de configuración dividida y tienes otras aplicaciones / sitios detrás de un NPM común.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Aimablement rédigé par [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Couches
|
||||
## Couches
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Outil de Support à Distance
|
||||
- [NPM](https://nginxproxymanager.com/) Outil de Gestion de Proxy
|
||||
- [Docker](https://www.docker.com) Outil de Conteneurisation
|
||||
- Outil de Pare-feu
|
||||
|
||||
#### Hypothèses
|
||||
### Hypothèses
|
||||
Cet exemple est un Tout-en-Un pour héberger uniquement les services RustDesk. Cela peut être étendu à une solution plus flexible en séparant le NPM dans son propre Docker Compose.
|
||||
- Réseau DMZ : 192.168.1.0/24
|
||||
- NPM (Externe) : 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Cet exemple est un Tout-en-Un pour héberger uniquement les services RustDesk. C
|
||||
|
||||
Apportez des modifications aux exemples selon vos besoins.
|
||||
|
||||
### Préparer Docker
|
||||
## Préparer Docker
|
||||
Vous devez avoir Docker déjà installé, ce guide n'entre pas dans les spécificités de cela.
|
||||
|
||||
Vous devrez créer un réseau pour le Backend du Serveur RustDesk et la DMZ.
|
||||
@@ -45,7 +45,7 @@ Pour chaque application que vous utilisez avec le NPM (Nginx Proxy Manager), vou
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurer le Pare-feu
|
||||
## Configurer le Pare-feu
|
||||
Configurez les ports de redirection/NAT suivants de votre IP publique vers le serveur NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configurez les ports de redirection/NAT suivants de votre IP publique vers le se
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Si vous voulez utiliser SSL
|
||||
|
||||
### Configurer Docker Compose
|
||||
## Configurer Docker Compose
|
||||
Cela démarrera un conteneur avec NPM et les réseaux corrects.
|
||||
|
||||
Copiez le contenu ci-dessous dans docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurer NPM
|
||||
## Configurer NPM
|
||||
Configurez les Hôtes de Flux pour les Ports suivants :
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configurez l'Hôte Proxy :
|
||||
- Bloquer les Exploits Communs : Coché
|
||||
- Optionnel : Configurer SSL **(NE PAS EXIGER - Le client doit pouvoir communiquer sans SSL.)**
|
||||
|
||||
### Configurer le Serveur RustDesk
|
||||
## Configurer le Serveur RustDesk
|
||||
Connectez-vous à l'interface serveur http://rustdesk.example.com ou https://rustdesk.example.com si vous avez configuré SSL pour l'interface web.
|
||||
|
||||
### Configurer le Client RustDesk
|
||||
## Configurer le Client RustDesk
|
||||
Configurez le client :
|
||||
- Serveur ID : rustdesk.example.com
|
||||
- Serveur Relais : rustdesk.example.com
|
||||
- Serveur API : http://rustdesk.example.com (utilisez HTTPS si vous avez configuré SSL)
|
||||
- Clé : {Clé Serveur Ici}
|
||||
|
||||
### Résultat Final
|
||||
## Résultat Final
|
||||
Votre solution sera accessible de l'extérieur par le gestionnaire de proxy. Vous aurez l'isolement de vos serveurs RustDesk des autres systèmes. Surtout si vous utilisez un système de configuration divisée et avez d'autres applications / sites derrière un NPM commun.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente scritto da [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Livelli
|
||||
## Livelli
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Strumento di Supporto Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Strumento di Gestione Proxy
|
||||
- [Docker](https://www.docker.com) Strumento di Containerizzazione
|
||||
- Strumento Firewall
|
||||
|
||||
#### Assunzioni
|
||||
### Assunzioni
|
||||
Questo esempio è un Tutto-in-Uno per ospitare solo servizi RustDesk. Questo può essere espanso a una soluzione più flessibile dividendo l'NPM nel proprio Docker Compose.
|
||||
- Rete DMZ: 192.168.1.0/24
|
||||
- NPM (Esterno): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Questo esempio è un Tutto-in-Uno per ospitare solo servizi RustDesk. Questo pu
|
||||
|
||||
Apporta modifiche agli esempi secondo necessità.
|
||||
|
||||
### Preparare Docker
|
||||
## Preparare Docker
|
||||
Devi avere Docker già installato, questa guida non entra nei dettagli specifici di questo.
|
||||
|
||||
Dovrai creare una rete per il Backend del Server RustDesk e la DMZ.
|
||||
@@ -45,7 +45,7 @@ Per ogni applicazione che usi con l'NPM (Nginx Proxy Manager) dovresti avere una
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurare Firewall
|
||||
## Configurare Firewall
|
||||
Configura i seguenti inoltri porta/NAT porte dal tuo IP pubblico al Server NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configura i seguenti inoltri porta/NAT porte dal tuo IP pubblico al Server NPM.
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se vuoi usare SSL
|
||||
|
||||
### Configurare Docker Compose
|
||||
## Configurare Docker Compose
|
||||
Questo avvierà un container con NPM e le reti corrette.
|
||||
|
||||
Copia quanto segue in docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurare NPM
|
||||
## Configurare NPM
|
||||
Configura Host Stream per le seguenti Porte:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configura Host Proxy:
|
||||
- Blocca Exploit Comuni: Spuntato
|
||||
- Opzionale: Configura SSL **(NON RICHIEDERE - Il client deve essere in grado di comunicare senza SSL.)**
|
||||
|
||||
### Configurare Server RustDesk
|
||||
## Configurare Server RustDesk
|
||||
Collegati all'interfaccia server http://rustdesk.example.com o https://rustdesk.example.com se hai configurato SSL per l'interfaccia web.
|
||||
|
||||
### Configurare Client RustDesk
|
||||
## Configurare Client RustDesk
|
||||
Configura il client:
|
||||
- Server ID: rustdesk.example.com
|
||||
- Server Relay: rustdesk.example.com
|
||||
- Server API: http://rustdesk.example.com (usa HTTPS se hai configurato SSL)
|
||||
- Chiave: {Chiave Server Qui}
|
||||
|
||||
### Risultato Finale
|
||||
## Risultato Finale
|
||||
La tua soluzione sarà accessibile esternamente attraverso il gestory proxy. Avrai l'isolamento dei tuoi Server RustDesk da altri sistemi. Specialmente se usi un sistema di configurazione divisa e hai altre applicazioni / siti dietro un NPM comune.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
[@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot)によって親切に作成されました。
|
||||
|
||||
### レイヤー
|
||||
## レイヤー
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) リモートサポートツール
|
||||
- [NPM](https://nginxproxymanager.com/) プロキシ管理ツール
|
||||
- [Docker](https://www.docker.com) コンテナ化ツール
|
||||
- ファイアウォールツール
|
||||
|
||||
#### 前提
|
||||
### 前提
|
||||
この例はRustDeskサービスのみをホストするためのオールインワンです。NPMを独自のDocker Composeに分割することで、より柔軟なソリューションに拡張できます。
|
||||
- DMZネットワーク: 192.168.1.0/24
|
||||
- NPM(外部): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
必要に応じて例を修正してください。
|
||||
|
||||
### Dockerの準備
|
||||
## Dockerの準備
|
||||
Dockerが既にインストールされている必要があります。このガイドではその詳細には触れません。
|
||||
|
||||
RustDeskサーバーバックエンドとDMZ用のネットワークを作成する必要があります。
|
||||
@@ -45,7 +45,7 @@ NPM(Nginx Proxy Manager)と使用する各アプリケーションには、
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### ファイアウォールの設定
|
||||
## ファイアウォールの設定
|
||||
パブリックIPからNPMサーバーへの次のポート転送/NATポートを設定してください。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ NPM(Nginx Proxy Manager)と使用する各アプリケーションには、
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # SSLを使用したい場合
|
||||
|
||||
### Docker Composeの設定
|
||||
## Docker Composeの設定
|
||||
これはNPMと正しいネットワークでコンテナを開始します。
|
||||
|
||||
以下をdocker-compose.yamlにコピーしてください。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### NPMの設定
|
||||
## NPMの設定
|
||||
次のポートのストリームホストを設定してください:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 一般的な攻撃をブロック: チェック済み
|
||||
- オプション: SSLを設定 **(必須にしないでください - クライアントはSSLなしで通信できる必要があります。)**
|
||||
|
||||
### RustDeskサーバーの設定
|
||||
## RustDeskサーバーの設定
|
||||
サーバーインターフェース http://rustdesk.example.com または https://rustdesk.example.com(Webインターフェース用にSSLを設定した場合)に接続してください。
|
||||
|
||||
### RustDeskクライアントの設定
|
||||
## RustDeskクライアントの設定
|
||||
クライアントを設定してください:
|
||||
- IDサーバー: rustdesk.example.com
|
||||
- リレーサーバー: rustdesk.example.com
|
||||
- APIサーバー: http://rustdesk.example.com(SSLを設定した場合はHTTPSを使用)
|
||||
- キー: {サーバーキーをここに}
|
||||
|
||||
### 最終結果
|
||||
## 最終結果
|
||||
あなたのソリューションはプロキシマネージャーを通じて外部からアクセス可能になります。RustDeskサーバーを他のシステムから分離できます。特に分離設定システムを使用し、共通のNPMの背後に他のアプリケーション/サイトがある場合に特に有効です。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Camadas
|
||||
## Camadas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Ferramenta de Suporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Ferramenta de Gerenciamento de Proxy
|
||||
- [Docker](https://www.docker.com) Ferramenta de Containerização
|
||||
- Ferramenta de Firewall
|
||||
|
||||
#### Suposições
|
||||
### Suposições
|
||||
Este exemplo é um Tudo-em-Um para hospedar apenas serviços RustDesk. Isso pode ser expandido para uma solução mais flexível dividindo o NPM em seu próprio Docker Compose.
|
||||
- Rede DMZ: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este exemplo é um Tudo-em-Um para hospedar apenas serviços RustDesk. Isso pode
|
||||
|
||||
Faça modificações nos exemplos conforme necessário.
|
||||
|
||||
### Preparar Docker
|
||||
## Preparar Docker
|
||||
Você deve ter o Docker já instalado, este guia não entra nos detalhes específicos disso.
|
||||
|
||||
Você precisará criar uma rede para o Backend do Servidor RustDesk e a DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicação que você usa com o NPM (Nginx Proxy Manager), você deve
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar Firewall
|
||||
## Configurar Firewall
|
||||
Configure os seguintes redirecionamentos de porta/NAT do seu IP público para o Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure os seguintes redirecionamentos de porta/NAT do seu IP público para o
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se você quiser usar SSL
|
||||
|
||||
### Configurar Docker Compose
|
||||
## Configurar Docker Compose
|
||||
Isso iniciará um container com NPM e as redes corretas.
|
||||
|
||||
Copie o seguinte para docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Configurar NPM
|
||||
## Configurar NPM
|
||||
Configure Hosts de Stream para as seguintes Portas:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure Host Proxy:
|
||||
- Bloquear Exploits Comuns: Marcado
|
||||
- Opcional: Configurar SSL **(NÃO EXIGIR - O cliente precisa conseguir se comunicar sem SSL.)**
|
||||
|
||||
### Configurar Servidor RustDesk
|
||||
## Configurar Servidor RustDesk
|
||||
Conecte-se à interface do servidor http://rustdesk.example.com ou https://rustdesk.example.com se você configurou SSL para a interface web.
|
||||
|
||||
### Configurar Cliente RustDesk
|
||||
## Configurar Cliente RustDesk
|
||||
Configure o cliente:
|
||||
- Servidor ID: rustdesk.example.com
|
||||
- Servidor Relay: rustdesk.example.com
|
||||
- Servidor API: http://rustdesk.example.com (use HTTPS se você configurou SSL)
|
||||
- Chave: {Chave do Servidor Aqui}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Sua solução será acessível externamente através do gerenciador de proxy. Você terá isolamento de seus Servidores RustDesk de outros sistemas. Especialmente se você usar um sistema de configuração dividida e tiver outras aplicações / sites atrás de um NPM comum.
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
由 [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot) 精心编写。
|
||||
|
||||
### 层级
|
||||
## 层级
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) 远程支持工具
|
||||
- [NPM](https://nginxproxymanager.com/) 代理管理工具
|
||||
- [Docker](https://www.docker.com) 容器化工具
|
||||
- 防火墙工具
|
||||
|
||||
#### 假设
|
||||
### 假设
|
||||
这个示例是一个仅用于托管 RustDesk 服务的一体化解决方案。可以通过将 NPM 拆分为独立的 Docker Compose 来扩展为更灵活的解决方案。
|
||||
- DMZ 网络:192.168.1.0/24
|
||||
- NPM(外部):192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
请根据需要修改示例。
|
||||
|
||||
### 准备 Docker
|
||||
## 准备 Docker
|
||||
您必须已安装 Docker,本指南不涉及具体安装细节。
|
||||
|
||||
您需要为 RustDesk 服务器后端和 DMZ 创建一个网络。
|
||||
@@ -45,7 +45,7 @@ weight: 100
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### 设置防火墙
|
||||
## 设置防火墙
|
||||
配置以下端口转发/NAT 端口,从您的公共 IP 到 NPM 服务器。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ weight: 100
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # 如果您想使用 SSL
|
||||
|
||||
### 设置 Docker Compose
|
||||
## 设置 Docker Compose
|
||||
这将启动一个包含 NPM 和正确网络的容器。
|
||||
|
||||
将以下内容复制到 docker-compose.yaml 中。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### 设置 NPM
|
||||
## 设置 NPM
|
||||
为以下端口配置流主机:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 阻止常见漏洞:已勾选
|
||||
- 可选:配置 SSL **(不要强制 - 客户端需要能够在不使用 SSL 的情况下通信。)**
|
||||
|
||||
### 设置 RustDesk 服务器
|
||||
## 设置 RustDesk 服务器
|
||||
连接到服务器界面 http://rustdesk.example.com 或 https://rustdesk.example.com(如果您已为 Web 界面配置了 SSL)。
|
||||
|
||||
### 设置 RustDesk 客户端
|
||||
## 设置 RustDesk 客户端
|
||||
配置客户端:
|
||||
- ID 服务器:rustdesk.example.com
|
||||
- 中继服务器:rustdesk.example.com
|
||||
- API 服务器:http://rustdesk.example.com(如果您已配置 SSL,请使用 HTTPS)
|
||||
- 密钥:{服务器密钥在此处}
|
||||
|
||||
### 最终结果
|
||||
## 最终结果
|
||||
您的解决方案将可通过代理管理器在外部访问。您将实现 RustDesk 服务器与其他系统的隔离。特别是如果您使用分离配置系统并在公共 NPM 后面有其他应用程序/站点。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
由 [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot) 精心編寫。
|
||||
|
||||
### 層級
|
||||
## 層級
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) 遠端支援工具
|
||||
- [NPM](https://nginxproxymanager.com/) 代理管理工具
|
||||
- [Docker](https://www.docker.com) 容器化工具
|
||||
- 防火牆工具
|
||||
|
||||
#### 假設
|
||||
### 假設
|
||||
這個範例是一個僅用於代管 RustDesk 服務的一體化解決方案。可以通過將 NPM 拆分為獨立的 Docker Compose 來擴展為更靈活的解決方案。
|
||||
- DMZ 網路:192.168.1.0/24
|
||||
- NPM(外部):192.168.1.250
|
||||
@@ -27,7 +27,7 @@ weight: 100
|
||||
|
||||
請根據需要修改範例。
|
||||
|
||||
### 準備 Docker
|
||||
## 準備 Docker
|
||||
您必須已安裝 Docker,本指南不涉及具體安裝細節。
|
||||
|
||||
您需要為 RustDesk 伺服器後端和 DMZ 建立一個網路。
|
||||
@@ -45,7 +45,7 @@ weight: 100
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### 設置防火牆
|
||||
## 設置防火牆
|
||||
配置以下連接埠轉發/NAT 連接埠,從您的公共 IP 到 NPM 伺服器。
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ weight: 100
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # 如果您想使用 SSL
|
||||
|
||||
### 設置 Docker Compose
|
||||
## 設置 Docker Compose
|
||||
這將啟動一個包含 NPM 和正確網路的容器。
|
||||
|
||||
將以下內容複製到 docker-compose.yaml 中。
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### 設置 NPM
|
||||
## 設置 NPM
|
||||
為以下連接埠配置串流主機:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ networks:
|
||||
- 阻止常見漏洞:已勾選
|
||||
- 可選:配置 SSL **(不要強制 - 客戶端需要能夠在不使用 SSL 的情況下通信。)**
|
||||
|
||||
### 設置 RustDesk 伺服器
|
||||
## 設置 RustDesk 伺服器
|
||||
連接到伺服器界面 http://rustdesk.example.com 或 https://rustdesk.example.com(如果您已為 Web 界面配置了 SSL)。
|
||||
|
||||
### 設置 RustDesk 客戶端
|
||||
## 設置 RustDesk 客戶端
|
||||
配置客戶端:
|
||||
- ID 伺服器:rustdesk.example.com
|
||||
- 中繼伺服器:rustdesk.example.com
|
||||
- API 伺服器:http://rustdesk.example.com(如果您已配置 SSL,請使用 HTTPS)
|
||||
- 密鑰:{伺服器密鑰在此處}
|
||||
|
||||
### 最終結果
|
||||
## 最終結果
|
||||
您的解決方案將可通過代理管理器在外部訪問。您將實現 RustDesk 伺服器與其他系統的隔離。特別是如果您使用分離配置系統並在公共 NPM 後面有其他應用程式/站點。
|
||||
@@ -5,13 +5,13 @@ weight: 100
|
||||
|
||||
Gentilmente escrito por [@I-Am-Skoot](https://github.com/I-Am-Skoot/RustDeskNPMDocker/commits?author=I-Am-Skoot).
|
||||
|
||||
### Camadas
|
||||
## Camadas
|
||||
- [RustDesk](https://github.com/rustdesk/rustdesk) Ferramenta de Suporte Remoto
|
||||
- [NPM](https://nginxproxymanager.com/) Ferramenta de Gerenciamento de Proxy
|
||||
- [Docker](https://www.docker.com) Ferramenta de Container
|
||||
- Ferramenta de Firewall
|
||||
|
||||
#### Pressupostos
|
||||
### Pressupostos
|
||||
Este exemplo é um "Tudo em Um" para hospedar apenas serviços RustDesk. Ele pode ser expandido para uma solução mais flexível dividindo o NPM em seu próprio Docker Compose.
|
||||
- DMZ Network: 192.168.1.0/24
|
||||
- NPM (Externo): 192.168.1.250
|
||||
@@ -27,7 +27,7 @@ Este exemplo é um "Tudo em Um" para hospedar apenas serviços RustDesk. Ele pod
|
||||
|
||||
Faça modificações nos exemplos conforme necessário.
|
||||
|
||||
### Preparar o Docker
|
||||
## Preparar o Docker
|
||||
Você deve ter o Docker já instalado, este guia não entra nos detalhes específicos disso.
|
||||
|
||||
Você precisará criar uma rede para o Backend do Servidor RustDesk e a DMZ.
|
||||
@@ -45,7 +45,7 @@ Para cada aplicação que você usar com o NPM (Nginx Proxy Manager), você deve
|
||||
-o parent=eth0 DMZ
|
||||
```
|
||||
|
||||
### Configurar o Firewall
|
||||
## Configurar o Firewall
|
||||
Configure o encaminhamento de portas/NAT a seguir do seu IP público para o Servidor NPM.
|
||||
- 21114 => 8080 TCP
|
||||
- 21115 => 21115 TCP
|
||||
@@ -55,7 +55,7 @@ Configure o encaminhamento de portas/NAT a seguir do seu IP público para o Serv
|
||||
- 21119 => 21119 TCP
|
||||
- 443 => 443 TCP # Se você quiser usar SSL
|
||||
|
||||
### Configurar o Docker Compose
|
||||
## Configurar o Docker Compose
|
||||
Isso iniciará um contêiner com NPM e as redes corretas.
|
||||
|
||||
Copie o código abaixo para docker-compose.yaml.
|
||||
@@ -107,7 +107,7 @@ networks:
|
||||
external: true
|
||||
```
|
||||
|
||||
### Setup NPM
|
||||
## Setup NPM
|
||||
Configure os Stream Hosts para as seguintes Portas:
|
||||
- 21115 => 192.168.254.2:21115 TCP
|
||||
- 21116 => 192.168.254.2:21116 TCP / UDP
|
||||
@@ -124,15 +124,15 @@ Configure o Proxy Host:
|
||||
- Bloquear Explorações Comuns: Marcado
|
||||
- Opcional: Configurar SSL **(NÃO EXIGIR - O cliente precisa ser capaz de se comunicar sem SSL.)**
|
||||
|
||||
### Configurar o Servidor RustDesk
|
||||
## Configurar o Servidor RustDesk
|
||||
Conecte-se à interface do servidor http://rustdesk.example.com ou https://rustdesk.example.com se você configurou SSL para a interface web.
|
||||
|
||||
### Configurar o Cliente RustDesk
|
||||
## Configurar o Cliente RustDesk
|
||||
Configure o cliente:
|
||||
- Servidor de ID: rustdesk.example.com
|
||||
- Servidor de Relay: rustdesk.example.com
|
||||
- Servidor de API: http://rustdesk.example.com (use HTTPS if you have configured SSL)
|
||||
- Key: {Chave do Servidor Aqui}
|
||||
|
||||
### Resultado Final
|
||||
## Resultado Final
|
||||
Sua solução estará acessível externamente através do Proxy Manager. Você terá isolamento de seus Servidores RustDesk de outros sistemas. Especialmente se você usar um sistema de configuração dividida e tiver outras aplicações / sites atrás de um NPM comum.
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Empfohlen)
|
||||
## Docker Compose (Empfohlen)
|
||||
|
||||
Mit Docker Compose MÜSSEN Sie `network_mode: "host"` verwenden, um sicherzustellen, dass die Lizenzierung funktioniert. Installieren Sie Docker mit dieser [Anleitung](https://docs.docker.com/engine/install), um sicherzustellen, dass es auf dem neuesten Stand ist!
|
||||
|
||||
@@ -41,7 +41,7 @@ Der Aufruf lautet `docker compose up -d`.
|
||||
So können Sie [HTTPS für die Webkonsole manuell einrichten](https://rustdesk.com/docs/de/self-host/rustdesk-server-pro/faq/#https-für-die-webkonsole-manuell-einrichten).
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker-Befehle
|
||||
## Docker-Befehle
|
||||
|
||||
Installieren Sie Docker mit dieser [Anleitung](https://docs.docker.com/engine/install), um sicherzustellen, dass es auf dem neuesten Stand ist!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recommended)
|
||||
## Docker Compose (Recommended)
|
||||
|
||||
With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
|
||||
|
||||
@@ -41,7 +41,7 @@ Then run `sudo docker compose up -d` or `podman-compose up -d`
|
||||
How to [Set up HTTPS for web console manually](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker Commands
|
||||
## Docker Commands
|
||||
|
||||
Install Docker with this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recomendado)
|
||||
## Docker Compose (Recomendado)
|
||||
|
||||
Con Docker Compose DEBES usar `network_mode: "host"` para asegurar que las licencias funcionen. Instala Docker usando esta [guía](https://docs.docker.com/engine/install) para asegurar que esté actualizado!
|
||||
|
||||
@@ -41,7 +41,7 @@ Luego ejecuta `sudo docker compose up -d` o `podman-compose up -d`
|
||||
Cómo [configurar HTTPS para la consola web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandos Docker
|
||||
## Comandos Docker
|
||||
|
||||
Instala Docker con esta [guía](https://docs.docker.com/engine/install) para asegurar que esté actualizado!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recommandé)
|
||||
## Docker Compose (Recommandé)
|
||||
|
||||
Avec Docker Compose, vous DEVEZ utiliser `network_mode: "host"` pour garantir que les licences fonctionnent. Installez Docker en utilisant ce [guide](https://docs.docker.com/engine/install) pour vous assurer qu'il est à jour !
|
||||
|
||||
@@ -41,7 +41,7 @@ Ensuite, exécutez `sudo docker compose up -d` ou `podman-compose up -d`
|
||||
Comment [configurer HTTPS pour la console web manuellement](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Commandes Docker
|
||||
## Commandes Docker
|
||||
|
||||
Installez Docker avec ce [guide](https://docs.docker.com/engine/install) pour vous assurer qu'il est à jour !
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Raccomandato)
|
||||
## Docker Compose (Raccomandato)
|
||||
|
||||
Con Docker Compose DEVI usare `network_mode: "host"` per garantire che le licenze funzionino. Installa Docker usando questa [guida](https://docs.docker.com/engine/install) per assicurarti che sia aggiornato!
|
||||
|
||||
@@ -41,7 +41,7 @@ Quindi esegui `sudo docker compose up -d` o `podman-compose up -d`
|
||||
Come [configurare HTTPS per la console web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandi Docker
|
||||
## Comandi Docker
|
||||
|
||||
Installa Docker con questa [guida](https://docs.docker.com/engine/install) per assicurarti che sia aggiornato!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推奨)
|
||||
## Docker Compose(推奨)
|
||||
|
||||
Docker Composeでは、ライセンスが正常に動作するように `network_mode: "host"` を使用する必要があります。最新版であることを確実にするために、この[ガイド](https://docs.docker.com/engine/install)を使用してDockerをインストールしてください!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
[Webコンソール用のHTTPSを手動で設定する方法](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Dockerコマンド
|
||||
## Dockerコマンド
|
||||
|
||||
最新版であることを確実にするために、この[ガイド](https://docs.docker.com/engine/install)でDockerをインストールしてください!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose (Recomendado)
|
||||
## Docker Compose (Recomendado)
|
||||
|
||||
Com Docker Compose você DEVE usar `network_mode: "host"` para garantir que o licenciamento funcione. Instale o Docker usando este [guia](https://docs.docker.com/engine/install) para garantir que esteja atualizado!
|
||||
|
||||
@@ -41,7 +41,7 @@ Em seguida execute `sudo docker compose up -d` ou `podman-compose up -d`
|
||||
Como [configurar HTTPS para o console web manualmente](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually).
|
||||
{{% /notice %}}
|
||||
|
||||
### Comandos Docker
|
||||
## Comandos Docker
|
||||
|
||||
Instale o Docker com este [guia](https://docs.docker.com/engine/install) para garantir que esteja atualizado!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推荐)
|
||||
## Docker Compose(推荐)
|
||||
|
||||
使用 Docker Compose 时,必须使用 `network_mode: "host"` 来确保许可证正常工作。请使用此[指南](https://docs.docker.com/engine/install)安装 Docker,以确保它是最新版本!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
如何[手动为 Web 控制台设置 HTTPS](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker 命令
|
||||
## Docker 命令
|
||||
|
||||
使用此[指南](https://docs.docker.com/engine/install)安装 Docker,以确保它是最新版本!
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Docker
|
||||
weight: 3
|
||||
---
|
||||
|
||||
### Docker Compose(推薦)
|
||||
## Docker Compose(推薦)
|
||||
|
||||
使用 Docker Compose 時,必須使用 `network_mode: "host"` 來確保授權正常工作。請使用此[指南](https://docs.docker.com/engine/install)安裝 Docker,以確保它是最新版本!
|
||||
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
如何[手動為 Web 控制台設置 HTTPS](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/faq/#set-up-https-for-web-console-manually)。
|
||||
{{% /notice %}}
|
||||
|
||||
### Docker 指令
|
||||
## Docker 指令
|
||||
|
||||
使用此[指南](https://docs.docker.com/engine/install)安裝 Docker,以確保它是最新版本!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user