System
System
docker system df
will show information about local images, containers, volumes and build cache.
docker image prune
docker container prune
pass
-a
to "nuke" pretty much everything, that is not runningdocker system prune
Last modified 3yr ago