Re: [basex-talk] Basex Docker Container: How to Control Options

2017-03-26 Thread Eliot Kimber
I found my original mail thread from January 2016: https://mailman.uni-konstanz.de/pipermail/basex-talk/2016-January/010171.html Basically I had to append my options to the existing .basex file rather than simply provide a file. However, that isn’t an option here because there is no existing

Re: [basex-talk] Basex Docker Container: How to Control Options

2017-03-26 Thread Eliot Kimber
Discovered that if I use USER root in the Dockerfile I have to then do USER basex before the end so that the container will be running as basex, otherwise it does not start up correctly. I also have to chown the /srv/.basex file to basex otherwise it can’t overwrite it on startup. Made some

[basex-talk] Basex Docker Container: How to Control Options

2017-03-26 Thread Eliot Kimber
I’m trying to set up a Docker container with my own Web app using the latest official containers as a base and following the instructions in the latest BaseX docs. As part of this setup I need to add several additional options. I also want to include the dba app. Following the instructions in