Skip to content

Instantly share code, notes, and snippets.

@ndelitski
Created October 11, 2015 10:40
Show Gist options
  • Select an option

  • Save ndelitski/6523b6556eb52f090674 to your computer and use it in GitHub Desktop.

Select an option

Save ndelitski/6523b6556eb52f090674 to your computer and use it in GitHub Desktop.
docker snippets
#clean all exited images
docker ps -a | grep 'Exited' | awk '{print $1}' | xargs -n1 docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment