How to list containers in Docker
There's a command to list images, docker images, but there doesn't seem to be a corresponding docker containers.
Other than becoming root and looking into /var/lib/docker there doesn't seem a way to do that. Am I missing something? Is that something one isn't supposed to do?