You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
build/deb-php | 1 year ago | |
compose | 1 year ago | |
overlay/opt | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago |
README.md
With docker-compose
How to build and run the whole thing
First install docker and docker-compose on your system
Then: $ 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
Without docker-compose
Get the source code of the directory
overlay/opt
Be preferably on a debian based system.
Install php
apt-get install php7.4-cli
Run it.