Example Lucee Docker Dockerfile's
I recently submitted a pull request to the Lucee Docker project on Github regarding expanding out the Lucee-nginx Dockerfile to include more low level/specific items like logging etc. But before it went through I ended up chatting to Geoff Bowers on Slack who thought they should not be a part of the base image which is an idea I agree with, so on the back of that the example Dockerfiles
was created and what follows is my take on this, https://github.com/andyj/lucee-dockerfiles/tree/example-Dockerfiles/examples
So far I've worked on 3 scenarios which are pull request pending:
- How to change the container timezones. Dockerfile-change-time-zone.md
- How to install/run Fusion Reactor. Dockerfile-fusion-reactor.md
- Logging Lucee logs to STDOUT/STDERR. Dockerfile-lucee-logs-to-stdout.md
If anyone wants to chip in I'd be glad for the help whether its code or ideas.