Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question. Is there a reason you don't deploy nginxy as a container? #2

Closed
darKoram opened this issue Feb 12, 2016 · 1 comment
Closed

Comments

@darKoram
Copy link

?

@martensson
Copy link
Owner

Hi @darKoram,

Actually yes, I did consider it from the start but there are a few reasons I choose not to:

  1. nixy is already just a single binary, so putting it in a container saves little to nothing.
  2. Running nginx in a container makes it difficult for nixy to reload its config from the outside.
  3. Bundle nginx and nixy together means putting two services in the same container (kind of against the docker philosophy), and I would have to keep building new images for every new release, security fix, etc, that nginx releases.
  4. Some people prefers openresty and/or different version of nginx (stable/mainline), in addition to keep it patched at all times.

dpkg -i nixy.deb && apt-get install -y nginx is pretty much what is needed on a standard ubuntu server. So I thought in the end to skip the extra hassle 😉

Hope it answered the question :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants