I often need to do this but forget exactly how to do this. You will probably find crap all over the internet telling you to use docker ps But that only lists running containers. Same story for docker container ls So how do you get docker to list all the damn containers? docker ps -a

Read more of this post