[UPD] docker: add doc system prune
This commit is contained in:
parent
a607702e63
commit
7c3a05c6e6
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue