Docker allows you to list running containers or all containers, even those that have been stopped.
This can be accomplished by:
$ docker ps
Alternatively, you can use
$ docker ps -a
Is there a way to limit the list of containers to those that have been halted?