You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/24 07:59:08 UTC

[GitHub] wohali opened a new pull request #28: Update with feedback from @yosifkit

wohali opened a new pull request #28: Update with feedback from @yosifkit
URL: https://github.com/apache/couchdb-docker/pull/28
 
 
   Includes the following feedback from @yosifkit :
   
   * Permission/ownership changes occur as often as possible in the layer in which the files are created to aid some Docker graph drivers
   * Allow for simplified invocation. Any of the following work to specify additional CLI arguments:
     * `docker run couchdb:2.1.0 /opt/couchdb/bin/couchdb +A 16`
     * `docker run couchdb:2.1.0 couchdb +A 16`
     * `docker run couchdb:2.1.0 +A 16`
     * `docker run couchdb:2.1.0 -couch_ini /path/to/my/couch.ini ....`
   * `gpg --verify` replaced with `gpg --batch --verify` everywhere.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services