Here are a collection of docker commands I use in bash every day. If you're using Powershell or Windows command line you may need to adjust them slightly. Containers Show currently running containers: docker ps Show all containers (including stopped ones): docker ps -a Remove container: docker rm <container-id&