Skip to content
Olivier Berthonneau edited this page Jul 17, 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.

The first step will be to have dedicated docker compose.yml for development.

After this you will be all set to enjoy you new docker development containers. Here is a bunch of thing you can do now :

Troubleshoot: