Hi Chris,
I've actually had a pretty in-depth conversation about some of the pros/cons and details of using the Phusion images. You can check out the full conversation
here. But in short, my personal opinion is that I feel they are trying to hack docker containers into being
full-fledged, long running virtual environments instead of being more of
an application wrapper. And adding all that complexity into a container
I feel is missing the point of the container, or at least, I feel isn't
necessary given other methods that accomplish the same things with less
custom scripts and methods. In
my images, I've chosen Supervisor as the one program to solve all the issues that the Phusion image solves with custom scripts and at least 3 different programs. Having an easy way to manage configuration was important to me, thus I favor less complexity in this case. I outline my strategies in my responses and you can browse the sources for my images too, but some great alternates are also outlined in
Scott Liken's responses in that discussion.
Hope this helps,
Brian
- show quoted text -