cristifalcas / puppet-etcd

etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines.
https://coreos.com/etcd/
Apache License 2.0
9 stars 39 forks source link

Improve etcd managed by docker UX #20

Closed bogdando closed 7 years ago

bogdando commented 7 years ago

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: