View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

Free up space

$ docker system prune

Removes:

$ docker system prune -a --volumes

In addition to above, removes:

More: https://docs.docker.com/engine/reference/commandline/system_prune/