The conf file with env vars cannot be used for docker run --env-file as is, because it contains double quotes and etcd fails to parse them from env vars. In order to improve UX for etcd managed by docker:
Synch config opts from official docs
Add a yaml conf file as well, see etcd upstream example. This allows to use docker run ... etcd --conf-file=foo.yml.
The text was updated successfully, but these errors were encountered:
bogdando
changed the title
Improve etcd with docker UX
Improve etcd managed by docker UX
Apr 12, 2017
bogdando commentedApr 12, 2017
The conf file with env vars cannot be used for
docker run --env-fileas is, because it contains double quotes and etcd fails to parse them from env vars. In order to improve UX for etcd managed by docker:docker run ... etcd --conf-file=foo.yml.The text was updated successfully, but these errors were encountered: