Skip to content

Instantly share code, notes, and snippets.

@maveonair
Last active July 28, 2016 08:06
Show Gist options
  • Save maveonair/c1472905c6ac1b1b91375ff3cac2a84b to your computer and use it in GitHub Desktop.
Save maveonair/c1472905c6ac1b1b91375ff3cac2a84b to your computer and use it in GitHub Desktop.
Useful docker commands

Remove dangling docker images

docker rmi $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment