Go to file
corsaronero 67c8743e71 change to markup syntax README.md last changes 2022-08-19 11:04:28 +00:00
build/deb-php first commit 2022-08-19 10:53:45 +00:00
compose first commit 2022-08-19 10:53:45 +00:00
overlay/opt first commit 2022-08-19 10:53:45 +00:00
.gitignore first commit 2022-08-19 10:53:45 +00:00
README.md change to markup syntax README.md last changes 2022-08-19 11:04:28 +00:00

README.md

How to build and run the whole thing

$ cd compose 

$ docker-compose up

How to use it

Go to localhost:6655 to see what the php server serves. In the

compose/docker-compose.yaml 

file you can specify another port, too.

Under

overlay/opt

you find the directory which is on the container itself.

Build and change the project there, having the running container.

To list your running container issue

docker ps -a