This is a docker project to create a container with PHP7, Xdebug and Apache2.
-
docker-compose up
Starts the container named php7-apache2
-
Browse to http://localhost:8002
A sample employee list page is displayed.
See Dockerfile and docker-compose.yml for configuration details.
See my blog post http://ramkulkarni.com/blog/setting-up-and-debugging-php7-in-docker/ and video https://youtu.be/htAk4Z6dIiA for more information.