mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Updated Docker (markdown)
parent
cfd9fb1d7c
commit
1da70a2370
1 changed files with 1 additions and 3 deletions
|
@ -132,11 +132,9 @@ With these commands you can do some cleanup of docker images and containers:
|
|||
# Remove all volumes not used by at least one container
|
||||
# Remove all networks not used by at least one container
|
||||
# Remove all dangling images
|
||||
# [https://docs.docker.com/engine/reference/commandline/system_prune/#usage](https://docs.docker.com/engine/reference/commandline/system_prune/#usage)
|
||||
# https://docs.docker.com/engine/reference/commandline/system_prune/#usage
|
||||
sudo docker system prune
|
||||
|
||||
|
||||
|
||||
# Remove leftover containers
|
||||
sudo docker ps -a -f status=exited -q | xargs -r sudo docker rm
|
||||
|
||||
|
|
Loading…
Reference in a new issue