docker-register
docker-register copied to clipboard
Service registration for docker containers
I have modified it to support etcd v3. In case any need it, you can find it at https://github.com/weimingwill/docker-register
I have stop my backend container, but it's always on etcd. Why?
[](https://reviewable.io/reviews/jwilder/docker-register/6)
This removes unnecessary dependency bundle of python and etcd library. Plus, our image is down to ~240MB from ~410MB.
I am trying to run a docker-register container on a host running docker containers. While I see teh containers being registered in the logs it fails with the following error...
Hey Jason, I think these two projects (docker-register and docker-discover) are filling a really useful niche for my company, and I'd like to add support for multiple TCP ports. I...
Probably pretty naive question, but I've read up today on service discovery stuff and am impressed with the ease of the Smartstack approach. (I like it above consul for instance)....