You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/03/20 18:50:00 UTC

[GitHub] wohali commented on issue #72: How to populate with data build

wohali commented on issue #72: How to populate with data build
URL: https://github.com/apache/couchdb-docker/issues/72#issuecomment-374714714
 
 
   CouchDB doesn't start until the container is running; there's no way to insert data at build time.
   
   If you run CouchDB separately, you could create a `data/` directory that you could simply mount at run time using `-v`
   
   Otherwise, you would do better to use something like `docker-compose`.

----------------------------------------------------------------
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