<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 5 August 2016 at 20:02, Matt Palmer <span dir="ltr"><<a href="mailto:mpalmer@hezmatt.org" target="_blank">mpalmer@hezmatt.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Aug 05, 2016 at 05:37:29PM +1000, Andrew Yager wrote:<br>
> Build a docker container and host it in that.<br>
<br>
</span>How well does cPanel play nicely with Docker (and containers in general),<br>
though?  Is its firewall management Docker-mangling friendly, and does it<br>
have straightforward ways to configure reverse proxy configurations to<br>
actually pass the incoming connections into the container?<br></blockquote><div><br></div><div>No; most of the Docker options for CPanel are pretty "average" and buggy.</div><div><br></div><div>It does require a bit of work, but you can (without too much effort) build an appropriately firewalled nginx proxy for a Django app in an image that will connect to a range of gunicorn/uwsgi backend services with virtual-server support on the nginx proxy. It was a learning curve to run up to it, but one I'm glad we did.</div><div><br></div><div>It's on my list to throw up a blog post about how we attacked (and partially solved) this. Quickly looking this morning I've found a few nice cpanel alternatives for docker-hosting, and running up a small VM to take care of this sort of thing looks pretty easy to do.</div><div><br></div><div>Thanks,</div><div>Andrew</div><div><br></div></div>
</div></div>