What is the use of ps command?
docker PS command gives user the ability to monitor all the created containers in the system.
> docker ps
Command shows all the containers which are currently running in the system. Adding an -a flag to the command shows all the containers which are available in the system (both running and stopped).