ssl-proxy
ssl-proxy copied to clipboard
Any chance to make it run in an lxc instance instead of docker?!
Any chance to make it run in an lxc instance instead of docker?!
Thanks!
Sorry for the delay, didn't see your msg.
It's probably easy to adapt, the entrypoint script does 2 things:
- Generate an nginx.conf based on ENV vars.
- Then it starts nginx (not in daemon mode)
And the system deps are specified in the Dockerfile (which should be 99% the same as the official nginx dockerfile).