You are here: Main » DockerTricks

Total Prune

docker stop $(docker ps -a -q)

docker system prune

docker volume prune

# from https://stackoverflow.com/questions/36663809/how-to-remove-all-docker-volumes

docker volume rm $(docker volume ls -qf dangling=true)

This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback
This website is using cookies. More info. That's Fine