mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-05 13:00:38 +01:00
Update _index.en.md
This commit is contained in:
parent
34de4055fb
commit
d53b3d5614
@ -7,6 +7,12 @@ weight: 6
|
||||
|
||||
Install Docker with this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
|
||||
|
||||
Or you can install docker wit this single command.
|
||||
|
||||
```
|
||||
bash <(wget -qO- https://get.docker.com)
|
||||
```
|
||||
|
||||
Run the following commands (s6 image may need `./data:/data` instead of `./data:/root`):
|
||||
|
||||
```sh
|
||||
|
Loading…
Reference in New Issue
Block a user