|
|
@@ -24,7 +24,7 @@ Three executables will be generated in target/release.
|
|
24
|
24
|
|
|
25
|
25
|
You can find updated binaries on the [releases](https://github.com/rustdesk/rustdesk-server/releases) page.
|
|
26
|
26
|
|
|
27
|
|
-If you wanna develop your own server, [rustdesk-server-demo](https://github.com/rustdesk/rustdesk-server-demo) might be a better and simpler start for you than this repo.
|
|
|
27
|
+If you want to develop your own server, [rustdesk-server-demo](https://github.com/rustdesk/rustdesk-server-demo) might be a better and simpler start for you than this repo.
|
|
28
|
28
|
|
|
29
|
29
|
## Docker images
|
|
30
|
30
|
|
|
|
@@ -124,7 +124,7 @@ These images are build against `busybox:stable` with the addition of the binarie
|
|
124
|
124
|
| arm64v8 | 2.0.0 | `rustdesk/rustdesk-server-s6:2.0.0-arm64v8` |
|
|
125
|
125
|
| armv7 | 2.0.0 | `rustdesk/rustdesk-server-s6:2.0.0-armv7` |
|
|
126
|
126
|
|
|
127
|
|
-You're strongly encuraged to use the `multiarch` image either with the `major version` or `latest` tag.
|
|
|
127
|
+You're strongly encouraged to use the `multiarch` image either with the `major version` or `latest` tag.
|
|
128
|
128
|
|
|
129
|
129
|
The S6-overlay acts as a supervisor and keeps both process running, so with this image there's no need to have two separate running containers.
|
|
130
|
130
|
|
|
|
@@ -138,7 +138,7 @@ docker run --name rustdesk-server \
|
|
138
|
138
|
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
|
|
139
|
139
|
```
|
|
140
|
140
|
|
|
141
|
|
-or without --net=host, but P2P direct connection can not work.
|
|
|
141
|
+or without --net=host, but P2P direct connection cannot work.
|
|
142
|
142
|
|
|
143
|
143
|
```bash
|
|
144
|
144
|
docker run --name rustdesk-server \
|