This repo is a companion to the guide on Docker development environments I wrote here.
First, download Docker and install it on your machine. Start Docker and clone this repository. From the cloned repository, run ./manage build
to build the docker image from the Dockerfile. Then run ./manage start
to run all of the containers defined in docker-compose.yml
.
For more information, take a gander at the guide that goes with this example.