docker-development-environment icon indicating copy to clipboard operation
docker-development-environment copied to clipboard

Boilerplate for a productive local development environment powered by Docker

Super Productive Docker Development Environment

This repo is a companion to the guide on Docker development environments I wrote here.

How to use

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.