Skip to content

Instantly share code, notes, and snippets.

@keopx
Created May 30, 2016 15:12
Show Gist options
  • Save keopx/1b88665e399e3e98be44202fbcf4f8d1 to your computer and use it in GitHub Desktop.
Save keopx/1b88665e399e3e98be44202fbcf4f8d1 to your computer and use it in GitHub Desktop.
Clean broken docker containter
docker images|grep \<none\>|awk '{print $3}' | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment