jwilder / docker-register

Service registration for docker containers
197 stars 74 forks source link

Unable to create the /backends api #9

Open shruti-palshikar opened 9 years ago

shruti-palshikar commented 9 years ago

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 message

etcd.EtcdKeyNotFound: Key not found : /backends

I tried running the container with the --privilege option and also tried creating the /backends directory myself but no luck. I am on a ubuntu vm based off vagrant. Docker version 1.7

0xRoch commented 9 years ago

It is fixed in : https://github.com/jwilder/docker-register/pull/10