omarbenabdejlil / docker-app

runnin a full php application into docker containers, using the docker compose to spinning up multiples containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

compose1

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 :

docker-compose2

About

runnin a full php application into docker containers, using the docker compose to spinning up multiples containers


Languages

Language:PHP 41.3%Language:Dockerfile 33.7%Language:JavaScript 21.4%Language:C 2.7%Language:HTML 1.0%