Skip to content

k2nr/dokkaa-conductor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Dokkaa Conductor

This is a part of Dokkaa project. dokkaa-conductor is docker cluster management tool powered by etcd.

Installation

Mostly you don't use dokkaa-conductor directly. Use dokkaacfg to launch all dokkaa environment.

For those who want to use dokkaa-conductor solely, here is the usage.

$ docker run --name conductor -v /var/run/docker.sock:/var/run/docker.sock -e HOST_IP=<host public IP> -e DOCKER_HOST=unix:///var/run/docker.sock -e ETCD_ADDR=<etcd IP>:4001 k2nr/dokkaa-conductor

How It Works

dokkaa-conductor watches etcd and run/stop docker container, announce service using skydns.

Contributing

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published