Docker-app runnin a full php application into docker containers, using the docker compose to spinning up multiples containers Spinning up multiples containers : docker-compose up -d Turn off the containers : docker-compose down -d || docker container stop ${docker container list -aq} Check out the containers with some infomations in addition [ ip, adresse, port] docker container ps exemple :