Skip to content

Commit eeee0ed

Browse files
authored
Update _index.en.md
1 parent 97c37d3 commit eeee0ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/self-host/rustdesk-server-pro/faq/_index.en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ You'd better back up data files (sqlite3 files etc.) first, https://github.com/r
3434
3. Follow the prompts as they guide you through the upgrade.
3535
#### Docker Compose
3636
```
37-
docker compose down
38-
docker compose pull
39-
docker compose up -d
37+
sudo docker compose down
38+
sudo docker compose pull
39+
sudo docker compose up -d
4040
```
4141
But this depends on your docker version, for more discussion, check [this](https://stackoverflow.com/questions/37685581/how-to-get-docker-compose-to-use-the-latest-image-from-repository).
4242
#### Docker
4343
```
44-
docker ps
44+
sudo docker ps
4545
# you can also use <CONTAINER NAME>, e.g. `hbbs` and `hbbr` if you follow our manual.
46-
docker stop <CONTAINER ID>
47-
docker rm <CONTAINER ID>
48-
docker rmi <IMAGE ID>
49-
docker run ..... # same as you installed it before
46+
sudo docker stop <CONTAINER ID>
47+
sudo docker rm <CONTAINER ID>
48+
sudo docker rmi <IMAGE ID>
49+
sudo docker run ..... # same as you installed it before
5050
```
5151

5252
e.g.

0 commit comments

Comments
 (0)