Skip to content

ddb (for Docker Devbox)

PyPI PyPI - Python Version PyPI - License Build Status Code coverage semantic-release

Erase environment differences, make developers happy !

ddb automates application configuration so differences between development, staging and production environment can be erased. It provides features to generate, activate and adjust configuration files based on a single overridable and extendable configuration, while enhancing the developer experience and reducing manual operations.

Primarly designed for docker-compose and docker-devbox, this tool makes the developer forget about the docker hard stuff by providing docker binaries right into it's computer PATH, so it's experience looks like everything is native and locally installed.

Thanks to a pluggable, event based and easy to extend architecture, it can bring powerful configuration automation to any technical context.

Install

ddb should most often be installed by docker-devbox

You should better install the whole docker-devbox toolkit to enjoy the experience.

docker-devbox automatically installs ddb as a dependency, along some helper docker containers.

Only advanced users should install ddb on their own. If you are not sure what to do, do not install ddb on your own, but follow docker-devbox installation docs.

ddb is supported on Linux, Windows and MacOS.

You can download binary releases on github, or install on Python 3.5+ with pip.

pip install docker-devbox-ddb