Dockerized PHP development stack: Nginx, MySQL & PHP-FPM
This is a slimmed down version of the forked repo, I have a custom one I have built using Phusion Baseimage but as a quick and trusted delivery to a client I need one built from official images.
- Docker Engine
- Docker Compose
- Docker Machine (Mac and Windows only)
Set up a Docker Machine and then run:
$ docker-compose up
That's it! You can now access your configured sites via the IP address of the Docker Machine or locally if you're running a Linux flavour and using Docker natively.
Copyright © 2014-2015 Kasper Kronborg Isager. Licensed under the terms of the MIT license.