docker-register
docker-register copied to clipboard
Unable to create the /backends api
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
It is fixed in : https://github.com/jwilder/docker-register/pull/10