bign8 / dabbler

An apprentice to a docker orchestrator

Home Page:https://hub.docker.com/r/bign8/dabbler/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dabbler

An apprentice to the orchestrator

Dabbler is a tool that exposes some REST APIs that allow the dynamic reloading of docker processes based on CI Web Hooks.

Usage

docker run -d --name=dabbler \
  --restart=always \
  -p <exposed_port_here>:8080 \
  -v /var/run/docker.sock:/var/run/docker.sock \
  bign8/dabbler

Triggers

  • POST /dabbler/0.0.0/travis/<meta-data-here> for travis CI targets

Build

pip install -Ur requirements.txt
docker build -t bign8/dabbler .

About

An apprentice to a docker orchestrator

https://hub.docker.com/r/bign8/dabbler/


Languages

Language:Python 100.0%