3) Lucee Web Timezone
All three of those things can be set in the config files, so essentially you can do it the same way to the lucee-tomcat Dockerfile configures itself. Have a copy of the lucee-server.xml and lucee-web.xml.cfm files sitting next to your Dockerfile, and then in your Dockerfile you will add a couple of commands to copy the files in to the container when it is built:COPY lucee-server.xml /opt/lucee/server/lucee-server/context/lucee-server.xmlCOPY lucee-web.xml.cfm /opt/lucee/web/lucee-web.xml.cfm
Thanks guys, I got everything working.
Docker is awesome.
If you haven't seen googles container engine on google cloud I highly recommend checking it out. I like it better than elastic beanstalk and the google servers are now cheaper than AWS for the most part. They way they've done the clustering is awesome and unbelievable scalable.
I now run docker-compose on local dev, and gcloud deployment with kubernetes and it works awesome. They're got super easy to use command line tools that make deployment so seemless its incredible. You can even mout volumes that are active gitRepo's (not doing this for production but its nice for shared test enviornments).
Hopefully Lucee will continue to provide great docker support.
--
See Lucee at CFCamp Oct 22 & 23 2015 @ Munich Airport, Germany - Get your ticket NOW - http://www.cfcamp.org/
---
You received this message because you are subscribed to a topic in the Google Groups "Lucee" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/lucee/57pPw-L02kA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to lucee+un...@googlegroups.com.
To post to this group, send email to lu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/9a7ead99-9302-47a1-9dad-ed58a4399c1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Docker is awesome.
If you haven't seen googles container engine on google cloud I highly recommend checking it out. I like it better than elastic beanstalk and the google servers are now cheaper than AWS for the most part. They way they've done the clustering is awesome and unbelievable scalable.
Hopefully Lucee will continue to provide great docker support.