August 2018
Intermediate to advanced
372 pages
9h 29m
English
If you are interested in checking all the containers running on your host, you can use the ps command as follows:
docker ps
The preceding command will list all the containers running on your host. If you also want to check the images that are not running, you can use the -a flag. After executing the preceding command, you'll have an output in your terminal similar to the following screenshot:

The first column of the preceding screenshot explains the information in the following list. The most useful part of this output is the CONTAINER ID, which can be used to perform the following operations: ...
Read now
Unlock full access