mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-18 23:56:50 +02:00
Update _index.zh-tw.md
This commit is contained in:
parent
3116f1c31d
commit
00ccd066c8
@ -12,59 +12,59 @@ weight: 22
|
|||||||
|
|
||||||
| | |
|
| | |
|
||||||
| --------------- | -------------------------------------------------------- |
|
| --------------- | -------------------------------------------------------- |
|
||||||
 | 
|
 | 
|
||||||
|
|
||||||
|
|
||||||
### 安裝 RustDesk Server
|
### 安裝 RustDesk Server
|
||||||
|
|
||||||
| 在 Docker's registery 裡搜索 rustdesk-server 並雙擊安裝 | 安裝 rustdesk-server 鏡像後, 雙擊鏡像創建容器 |
|
| 在 Docker's registery 裡搜索 rustdesk-server 並雙擊安裝 | 安裝 rustdesk-server 鏡像後, 雙擊鏡像創建容器 |
|
||||||
| --------------- | -------------------------------------------------------- |
|
| --------------- | -------------------------------------------------------- |
|
||||||
 | 
|
 | 
|
||||||
|
|
||||||
|
|
||||||
### 創建 hbbs 容器
|
### 創建 hbbs 容器
|
||||||
|
|
||||||
如上所述哦,雙擊 rustdesk-server 鏡像創建新容器,設置名稱 `hbbs`。
|
如上所述哦,雙擊 rustdesk-server 鏡像創建新容器,設置名稱 `hbbs`。
|
||||||

|

|
||||||
|
|
||||||
點擊上面的 "Advanced Settings"。
|
點擊上面的 "Advanced Settings"。
|
||||||
|
|
||||||
- 開啟 auto-restart
|
- 開啟 auto-restart
|
||||||

|

|
||||||
|
|
||||||
- 開啟 "Use the same network as Docker host", 關於 host net的更多解釋,請[查看](/docs/zh-tw/self-host/install/#net-host)
|
- 開啟 "Use the same network as Docker host", 關於 host net的更多解釋,請[查看](/docs/zh-tw/self-host/install/#net-host)
|
||||||

|

|
||||||
|
|
||||||
- 將容器裡的 home 目錄 `/root` 掛在到宿主目錄(比如 `Shared/test/`), hbbs將把產生的文件(包括`key`文件)放在該目錄。
|
- 將容器裡的 home 目錄 `/root` 掛在到宿主目錄(比如 `Shared/test/`), hbbs將把產生的文件(包括`key`文件)放在該目錄。
|
||||||
| 掛在 | 產生的文件 |
|
| 掛在 | 產生的文件 |
|
||||||
|-- | -- |
|
|-- | -- |
|
||||||
 | 
|
 | 
|
||||||
|
|
||||||
- 設置命令
|
- 設置命令
|
||||||
{{% notice note %}}
|
{{% notice note %}}
|
||||||
Synogy 的操作系統是基於 debain 的,因此host net (--net=host) 可以正常工作,我們不需要使用 `-p` 選項映射端口。
|
Synology 的操作系統是基於 Debian 的,因此host net (--net=host) 可以正常工作,我們不需要使用 `-p` 選項映射端口。
|
||||||
|
|
||||||
`192.168.16.98`為內網ip,此處僅作演示,部署時請設置為公網ip。
|
`192.168.16.98`為內網ip,此處僅作演示,部署時請設置為公網ip。
|
||||||
|
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- 搞定
|
- 搞定
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 創建 hbbr 容器
|
### 創建 hbbr 容器
|
||||||
|
|
||||||
請重複上述 `hbbs` 步驟,請將容器名更改為 `hbbr` 並將命令更改為 `hbbr`。
|
請重複上述 `hbbs` 步驟,請將容器名更改為 `hbbr` 並將命令更改為 `hbbr`。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### hbbr/hbbs 容器創建完成
|
### hbbr/hbbs 容器創建完成
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
| 雙擊容器並查看日誌 | 確認 hbbs/hbbr 在使用 host net |
|
| 雙擊容器並查看日誌 | 確認 hbbs/hbbr 在使用 host net |
|
||||||
|-- | -- |
|
|-- | -- |
|
||||||
 | 
|
 | 
|
||||||
|
Loading…
x
Reference in New Issue
Block a user