Documentations on Laradock http://laradock.io/documentation.html Recent content in Documentations on Laradock Hugo -- gohugo.io en-us Documentation http://laradock.io/documentation/ Mon, 01 Jan 0001 00:00:00 +0000 http://laradock.io/documentation/ List current running Containers docker ps You can also use the following command if you want to see only this project containers: docker-compose ps Close all running Containers docker-compose stop To stop single container do: docker-compose stop {container-name} Delete all existing Containers docker-compose down Enter a Container (run commands in a running Container) 1 - First list the current running containers with docker ps