Skip to content

Instantly share code, notes, and snippets.

@yyunikov
Created October 1, 2016 20:55
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 yyunikov/b78ee96fdd43cff8915921b4e429c7c0 to your computer and use it in GitHub Desktop.
Save yyunikov/b78ee96fdd43cff8915921b4e429c7c0 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