I've found the discussion about adding more config variables in #32. Yet I am wondering whether you have considdered the the configuration abilites in combination with using docker swarm. It is easy to use configuration varialbes within a `docker-comose.yml` for `docker stack ...` but it is hard (maybe impossible) to use "pre initilized volumes" on a worker node in combination with your image directly.
AFAIK in order to populate the `/opt/couchdb/etc` volume you need to use some swarm volume magic. The only way I am aware of is wrapping your image in another image and copying stuff into that location, but this is "compile time" - so quite inflexible - whereas specifiying variables is at "setup time" of the swarm service. [ Full content available at: https://github.com/apache/couchdb-docker/pull/105 ] This message was relayed via gitbox.apache.org for [email protected]
