www/content/blog/docker/cleaning.md

308 B

title date description tags
Cleaning a docker host 2018-01-29 How to retrieve storage space by cleaning a docker host
docker

The command

Be careful that this will delete any stopped container and remove any locally unused images, volumes and tags :

docker system prune -f -a