Docker usually requires sudo

This commit is contained in:
Oskar Winkels 2020-12-15 23:58:15 +01:00
parent 5c58abd977
commit 09a4bcb201
1 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ mind that it can take around 10 seconds to fully start.
To stop/start/uninstall the container afterwards, run: To stop/start/uninstall the container afterwards, run:
```bash ```bash
docker stop ftracker # might take a few seconds sudo docker stop ftracker # might take a few seconds
docker start ftracker # continue running sudo docker start ftracker # continue running
docker rm -f ftracker # uninstall sudo docker rm -f ftracker # uninstall
``` ```
### Method B: Manual ### Method B: Manual