Skip to content

Instantly share code, notes, and snippets.

@philipbeadle
Created May 9, 2016 22:45
Show Gist options
  • Save philipbeadle/90466077a469231c91d7dd57a14922e8 to your computer and use it in GitHub Desktop.
Save philipbeadle/90466077a469231c91d7dd57a14922e8 to your computer and use it in GitHub Desktop.
Delete all containers
docker rm $(docker ps -a -q)
Delete all images
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment