Skip to content

Instantly share code, notes, and snippets.

@rafacouto
Last active December 22, 2016 16:14
Show Gist options
  • Save rafacouto/733bed0cb526b7ea87f3bbe8905dbfdd to your computer and use it in GitHub Desktop.
Save rafacouto/733bed0cb526b7ea87f3bbe8905dbfdd to your computer and use it in GitHub Desktop.
Useful recipes for intensive docker :)

Docker recipes

Remove orphan images

docker rmi $(docker images | grep none | sed 's/ \+/\t/g'  | cut -f3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment