mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-06-18 14:41:20 +00:00
fix many things
This commit is contained in:
@@ -11,33 +11,33 @@ weight: 22
|
||||
|
||||
| | |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
|
||||
### 安裝 RustDesk Server
|
||||
|
||||
| 在 Docker 的 registery 裡搜尋 rustdesk-server 並連點兩下來安裝 | 安裝 rustdesk-server 映像後, 連點兩下映像來建立容器 |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
|
||||
### 建立 hbbs 容器
|
||||
|
||||
如上所述,連點兩下 rustdesk-server 映像來建立新容器,並將其名稱設置為 `hbbs`。
|
||||

|
||||

|
||||
|
||||
點擊上面的 "進階設定"。
|
||||
|
||||
- 啟用自動重新啟動
|
||||

|
||||

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

|
||||

|
||||
|
||||
- 將主機目錄 (比如 `Shared/test/`) 掛接到 `/root`,hbbs 將把產生的文件(包括 `key` 檔案)放在該目錄。
|
||||
| 掛接 | 產生的檔案 |
|
||||
|-- | -- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
- 設置指令
|
||||
{{% notice note %}}
|
||||
@@ -47,23 +47,23 @@ weight: 22
|
||||
|
||||
{{% /notice %}}
|
||||
|
||||

|
||||

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

|
||||

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

|
||||

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

|
||||

|
||||
|
||||
|
||||
| 連點兩下容器並查看日誌 | 確認 hbbs/hbbr 在使用 host net |
|
||||
|-- | -- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
Reference in New Issue
Block a user