docker-devbox-ddb

ddb - Erase environment differences, make developers happy !


Keywords
docker, docker-compose, development, environment, devops, templates, jsonnet, jinja, watch, automation, environments
License
MIT
Install
pip install docker-devbox-ddb==2.0.1

Documentation

ddb

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 commands right into it's 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 is supported on Linux and Windows. MacOS is still unsupported, but it should come soon.

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

pip install docker-devbox-ddb

Docs

Documentation is available here