Skip to content
Olivier Berthonneau edited this page Jun 14, 2016 · 10 revisions

Welcome to the docker-dev wiki!

We will see how we can make a docker based development environment from any docker packaged application.

First, you will need your application to be packaged in docker images (see https://docs.docker.com/engine/examples/).

The wiki also assumes docker-compose is used to orchestrate the launch of your containers.