bho9668 / docker-development-environment

Boilerplate for a productive local development environment powered by Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Boilerplate for a productive local development environment powered by Docker

License:MIT License


Languages

Language:JavaScript 81.3%Language:Shell 18.7%