<div dir="ltr">Hello Kyle,<div><br></div><div>You should not need to deal with Dockerfile directly unless you want to customize further than what we offer. The docker image you pull down from dockerhub uses this Dockerfile. It expects a number of environment variables to be set or it will use default value. e.g. ZANATA_MAIL_HOST will default to localhost unless you set a value. </div><div><br></div><div>runapp.sh just makes setting those values easier. You could write your own script or command to set all the values. If you used runapp.sh to launch your container, then you can safely destroy it and recreate a new one. e.g. docker rm -f zanata. All the data will not lose as they will be persisted in database (from zanatadb container) and the real data is kept in a docker volume. </div><div><br></div><div>Installing Jboss/Wildfly locally means you will have to manage the standalone.xml configuration manually. If you are familiar with JBoss management, then you might give it a try (we have jboss cli scripts to help configuring the server). Otherwise, use the pre-built docker image might be easier to move forward.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 8, 2018 at 4:11 PM, Kyle <span dir="ltr"><<a href="mailto:kyle@free2.ml" target="_blank">kyle@free2.ml</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Patrick Huang aliandika:<br>
# In fact I just checked our Dockerfile, we do support customization of the mail host,<br>
# port, and credential. See <a href="https://github.com/zanata/zanata-docker-files/tree/master/zanata-server" rel="noreferrer" target="_blank">https://github.com/zanata/zana<wbr>ta-docker-files/tree/master/<wbr>zanata-server</a><br>
# under Setup Environment.<br>
<br>
Ah thanks. But doesn't this create the container? I know I can export environment variables and use runapp.sh to create a container, but does this dockerfile allow me to change the container I already created without having to destroy it and recreate it? Sorry for the questions ... I'm a bit new to Docker. Would it be better to install Zanata and jboss/Wildfly locally instead for future tests? I do hope to be able to convert this to a production install fairly soon.<br>
Imetumwa kutoka dunia<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
zanata-users mailing list<br>
<a href="mailto:zanata-users@redhat.com" target="_blank">zanata-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/zanata-users" rel="noreferrer" target="_blank">https://www.redhat.com/mailman<wbr>/listinfo/zanata-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Patrick Huang <br>Senior Software Engineer <br>Engineering - Internationalisation<br>Red Hat, Asia-Pacific Pty Ltd <br>Level 1, 193 North Quay <br>Brisbane 4000 <br>Office: +61 7 3514 8278 <br>Fax: +61 7 3514 8199 <br>IRC: pahuang<br>github: <a href="http://github.com/huangp" target="_blank">github.com/huangp</a><br>Website: <a href="http://www.redhat.com" target="_blank">www.redhat.com</a> <br></div></div>
</div>