-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 :
- Open more ports
- Give a name to your containers
- Access your services on localhost
- Mix services in development containers and regular applications running on host
Troubleshoot:
- I have files owned by root in my work directory
- [https://github.com/dynamiccast/docker-dev/wiki/My-containers-keep-restarting-when-something-is-wrong](My containers keep restarting when something is wrong)