Skip to content

Instantly share code, notes, and snippets.

@kurtisdunn
Created November 25, 2018 03:14
Show Gist options
  • Save kurtisdunn/5656e85bbbec156108da1f0c2d436daf to your computer and use it in GitHub Desktop.
Save kurtisdunn/5656e85bbbec156108da1f0c2d436daf to your computer and use it in GitHub Desktop.
Docker Cheatsheet

Docker Cheat Sheet

Check running processes

docker ps -a

Delete all unused docker containers

 docker system prune

Stop conatiner by ID

docker stop <id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment