March 2017
Beginner to intermediate
925 pages
18h 11m
English
We can list both running and stopped containers.
Make sure the Docker daemon is running on the host and you can connect through the Docker client. You will also need a few running and/or stopped containers.
docker ps [ OPTIONS ]

The Docker daemon can look at the metadata associated with the containers and list them down. By default, the command returns:
Read now
Unlock full access