A very simple dockerized PHP playground.
- Docker
- Docker-Compose
To start it up, just run:
docker-compose up
The project directory will be served with the built-in PHP dev-server and bound to port 80 on your host.
You can open the browser pointing to 127.0.0.1
and fiddle around in the index.php, and/or create own files and point your browser to 127.0.0.1/<own-file-name>
.
For now, this playground does not contain a fully fledged web server such as nginx or Apache.