Skip to content

Instantly share code, notes, and snippets.

@sserrano44
Last active November 18, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sserrano44/5dda489ed0d301edf3209748fd1849af to your computer and use it in GitHub Desktop.
Save sserrano44/5dda489ed0d301edf3209748fd1849af to your computer and use it in GitHub Desktop.
rm unused docker images
#old images
docker images -q |xargs docker rmi
#old volumes
docker volume ls -qf dangling=true | xargs -r docker volume rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment