Skip to content

Instantly share code, notes, and snippets.

@timc13
Created March 28, 2017 18:36
Show Gist options
  • Save timc13/79721d6147233cdd4b054f64cdbcac75 to your computer and use it in GitHub Desktop.
Save timc13/79721d6147233cdd4b054f64cdbcac75 to your computer and use it in GitHub Desktop.
clean up docker
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment