mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-20 09:47:45 +02:00
Update _index.zh-cn.md
This commit is contained in:
parent
18f9d72c12
commit
3116f1c31d
@ -12,59 +12,59 @@ weight: 22
|
||||
|
||||
| | |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
|
||||
### 安装 RustDesk Server
|
||||
|
||||
| 在 Docker's registery 里搜索 rustdesk-server 并双击安装 | 安装 rustdesk-server 镜像后, 双击镜像创建容器 |
|
||||
| --------------- | -------------------------------------------------------- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
|
||||
### 创建 hbbs 容器
|
||||
|
||||
如上所述哦,双击 rustdesk-server 镜像创建新容器,设置名称 `hbbs`。
|
||||

|
||||

|
||||
|
||||
点击上面的 "Advanced Settings"。
|
||||
|
||||
- 开启 auto-restart
|
||||

|
||||

|
||||
|
||||
- 开启 "Use the same network as Docker host", 关于 host net的更多解释,请[查看](/docs/zh-cn/self-host/install/#net-host)
|
||||

|
||||

|
||||
|
||||
- 将容器里的 home 目录 `/root` 挂在到宿主目录(比如 `Shared/test/`), hbbs将把产生的文件(包括`key`文件)放在该目录。
|
||||
| 挂在 | 产生的文件 |
|
||||
|-- | -- |
|
||||
 | 
|
||||
 | 
|
||||
|
||||
- 设置命令
|
||||
{{% notice note %}}
|
||||
Synogy 的操作系统是基于 debain 的,因此host net (--net=host) 可以正常工作,我们不需要使用 `-p` 选项映射端口。
|
||||
Synology 的操作系统是基于 Debian 的,因此host net (--net=host) 可以正常工作,我们不需要使用 `-p` 选项映射端口。
|
||||
|
||||
`192.168.16.98`为内网ip,此处仅作演示,部署时请设置为公网ip。
|
||||
|
||||
{{% /notice %}}
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
### 创建 hbbr 容器
|
||||
|
||||
请重复上述 `hbbs` 步骤,请将容器名更改为 `hbbr` 并将命令更改为 `hbbr`。
|
||||
|
||||

|
||||

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

|
||||

|
||||
|
||||
|
||||
| 双击容器并查看日志 | 确认 hbbs/hbbr 在使用 host net |
|
||||
|-- | -- |
|
||||
 | 
|
||||
 | 
|
||||
|
Loading…
x
Reference in New Issue
Block a user