docker prune volumes

main
Nguyen Tran Hau 2020-07-20 15:45:32 +07:00
parent a39a1624e8
commit aee6c70e5f
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: