May 2017
Beginner
552 pages
28h 47m
English
The docker ps command lists the currently running Docker sessions:
# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 123456abc lephare/apache /bin/bash 10:05 up 80/tcp leph1
The -a option will list all the Docker containers on your system, whether they are running or not.