Skip to content

Instantly share code, notes, and snippets.

@signsi
Created September 27, 2017 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save signsi/d4081a53f9af861535dd114ed10b5428 to your computer and use it in GitHub Desktop.
Save signsi/d4081a53f9af861535dd114ed10b5428 to your computer and use it in GitHub Desktop.
[remove not running docker image] #docker #shell
docker rmi $(docker images -qf "dangling=true")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment