main
haunt98 2020-07-23 12:39:47 +07:00
commit a626699ff9
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ sudo usermod -aG docker $USER
Remove unused data:
```sh
docker system prune
docker system prune --volumes
docker system prune -a
docker system prune --volumes -a
```
Docker run options: