Skip to content

Instantly share code, notes, and snippets.

@srmklive
Last active July 18, 2018 06:52
Show Gist options
  • Save srmklive/5e2058b92100d7503ac353bb1375a2b6 to your computer and use it in GitHub Desktop.
Save srmklive/5e2058b92100d7503ac353bb1375a2b6 to your computer and use it in GitHub Desktop.
Remove all dangling docker containers
sudo docker rmi --force $(sudo docker images -qa -f 'dangling=true')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment