mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-28 09:03:11 +08:00
readme lint
This commit is contained in:
@@ -40,7 +40,7 @@ These images are build against `ubuntu-20.04` with the only addition of the bina
|
|||||||
|
|
||||||
You can start these images directly with `docker run` with these commands:
|
You can start these images directly with `docker run` with these commands:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
docker run --name hbbs --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbs -r <relay-server-ip[:port]>
|
docker run --name hbbs --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbs -r <relay-server-ip[:port]>
|
||||||
docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr
|
docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user