Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

After working with Docker for some time, you start accumulating development junk: unused volumes, networks, exited containers and unused images.

One command to Rule them all

docker system prune

Prune is a very useful command (also works for volume and network sub-commands), but it is only available for Docker 1.13.

  • No labels