Skip to content

Instantly share code, notes, and snippets.

@JohannesFischer
Last active November 7, 2017 00:50
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 JohannesFischer/5bff94db4eca1fc1ee0c849ef6de4daa to your computer and use it in GitHub Desktop.
Save JohannesFischer/5bff94db4eca1fc1ee0c849ef6de4daa to your computer and use it in GitHub Desktop.
Docker - Remove all untagged Images
docker image rm --force $(docker image ls | awk '$1 == "<none>" {print $3}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment