Skip to content

Instantly share code, notes, and snippets.

@emakarov
Last active April 27, 2018 07:54
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 emakarov/5a76573c22e52b74e10390779106f4ce to your computer and use it in GitHub Desktop.
Save emakarov/5a76573c22e52b74e10390779106f4ce to your computer and use it in GitHub Desktop.
Delete untagged docker images (with force)
# this removes <none> docker images
docker rmi -f $(docker images -f "dangling=true" -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment