Skip to content

Instantly share code, notes, and snippets.

@azakordonets
Last active September 7, 2016 14:17
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 azakordonets/60159263a56df2045ba55c75fa8f5573 to your computer and use it in GitHub Desktop.
Save azakordonets/60159263a56df2045ba55c75fa8f5573 to your computer and use it in GitHub Desktop.
//remove old unused containers
docker rm -f $(docker ps -a -q)
// remove untagged images
docker rmi $(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