Docker commands

To show running docker containers:

$ docker ps                               //show only running container
$ docker ps --all                         //show all container
$ docker ps -f "status=exited"            //show existed container

Leave a Reply

Your email address will not be published. Required fields are marked *