Skip to content

Instantly share code, notes, and snippets.

@iamnnort
Created September 13, 2018 09:38
Show Gist options
  • Save iamnnort/9cb7e73d232cc756e024abf8d85a54ab to your computer and use it in GitHub Desktop.
Save iamnnort/9cb7e73d232cc756e024abf8d85a54ab to your computer and use it in GitHub Desktop.
Docker - Remove all builds and instances
docker stop $(docker container ls -a -q) && docker system prune -a -f --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment