ssl-proxy icon indicating copy to clipboard operation
ssl-proxy copied to clipboard

Any chance to make it run in an lxc instance instead of docker?!

Open zenny opened this issue 8 years ago • 1 comments

Any chance to make it run in an lxc instance instead of docker?!

Thanks!

zenny avatar Jul 23 '17 07:07 zenny

Sorry for the delay, didn't see your msg.

It's probably easy to adapt, the entrypoint script does 2 things:

  1. Generate an nginx.conf based on ENV vars.
  2. 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).

justsml avatar Aug 23 '17 22:08 justsml