|
@@ -40,7 +40,7 @@ These images are build against `ubuntu-20.04` with the only addition of the bina
|
|
40
|
|
40
|
|
|
41
|
You can start these images directly with `docker run` with these commands:
|
41
|
You can start these images directly with `docker run` with these commands:
|
|
42
|
|
42
|
|
|
43
|
-```
|
|
|
|
|
|
43
|
+```bash
|
|
44
|
docker run --name hbbs --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbs -r <relay-server-ip[:port]>
|
44
|
docker run --name hbbs --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbs -r <relay-server-ip[:port]>
|
|
45
|
docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr
|
45
|
docker run --name hbbr --net=host -v "$PWD:/root" -d rustdesk/rustdesk-server:latest hbbr
|
|
46
|
```
|
46
|
```
|