Short Description
git2consul Docker image
Full Description
https://github.com/Cimpress-MCP/git2consul
Docker Image built with the pre-requisites for running the nodejs application git2consul as well as ssh/git/etc.
Point at external consul service url(default)
docker run --name git2consul -d -v ~/.ssh:/root/.ssh arodd/git2consul -e consul.service.consul
Point at linked container named consul
docker run -v ~/.ssh:/root/.ssh --name git2consul -d --link consul:consul --restart always arodd/git2consul -e consul
git2consul will automatically exit on config change (-h) and so --restart always should automatically bring it back online after the change with the updated configuration automatically.