<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi Waylon,</p>
<p style="margin-top:0;margin-bottom:0">I am running Koha from debian stretch slim container (with a mariadb container based on Ubuntu).</p>
<p style="margin-top:0;margin-bottom:0">For Koha choosing Debian is always safer.</p>
<p style="margin-top:0;margin-bottom:0">I had to allow two kernel privileges to get things working at 'docker run' time to start the Koha container:</p>
<p style="margin-top:0;margin-bottom:0"><span>    --cap-add=SYS_NICE --cap-add=DAC_READ_SEARCH</span><br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"><span>Hope that helps,</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>Marcel</span></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Van:</b> koha-devel-bounces@lists.koha-community.org <koha-devel-bounces@lists.koha-community.org> namens Waylon Robertson <wrobertson1981@yahoo.co.nz><br>
<b>Verzonden:</b> donderdag 18 april 2019 03:26:31<br>
<b>Aan:</b> koha-devel@lists.koha-community.org<br>
<b>Onderwerp:</b> [Koha-devel] koha-testing-docker - production use</font>
<div> </div>
</div>
<div>
<div class="x_yahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif; font-size:16px">
<div>I am trying to move my already existing 17.05 koha install, on a old ubuntu-minimal docker, to koha-testing-docker, figure all it needs is a change of config, and then i can stop the db docker container, only... it is ignoring my changes to koha-conf.xml
 inside sites/kohadev.</div>
<div>my changes are there, and yet koha-rebuild-zebra etc are just ignoring them.</div>
<div><br>
</div>
<div>I've also tried changing .env and defaults.env to match my creds before docker-compose up, and it seems like all options are taken into account, except the HOSTNAME, or DB_HOSTNAME or DB_HOST</div>
<div>no variation works.</div>
<div><br>
</div>
<div>I am thinking, maybe its better to just start from a debian docker image, and start from there, build it up myself?</div>
<div>I need to do this, as the docker i have, won't boot up on my new centos 7 system, mpm_itk says something about seccomp, and stops apache from running perl.</div>
</div>
</div>
</body>
</html>