System
System
Get information about Docker disk usage
docker system dfwill show information about local images, containers, volumes and build cache.
Remove unused images
docker image pruneRemove stopped containers
docker container pruneCleanup system
pass -a to "nuke" pretty much everything, that is not running
docker system pruneLast updated
Was this helpful?