[UPD] docker: add doc system prune

This commit is contained in:
Mathieu Benoit 2020-10-11 10:39:47 -04:00
parent a607702e63
commit 7c3a05c6e6

View file

@ -77,9 +77,15 @@ docker stats erplibre_ERPLibre_1
### Cleaning
Delete all system
```bash
docker system prune -a
```
Delete docker image
```bash
docker image prune
docker rmi $(docker images -q)
```
Delete volumes