Skip to content

Instantly share code, notes, and snippets.

@dabbertorres
Created September 6, 2017 09:50
Show Gist options
  • Save dabbertorres/639a24527446e9b81a3752856a0d852b to your computer and use it in GitHub Desktop.
Save dabbertorres/639a24527446e9b81a3752856a0d852b to your computer and use it in GitHub Desktop.
docker remove "<none>"
docker rmi `docker image ls -a | awk '/none/{printf "%s ", $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment