Setup an Nginx reverse proxy for your Docker containers
ryanpharis.com
Setup an Nginx reverse proxy for your Docker containers
1–6 of 6 posts
Re: Setup an Nginx reverse proxy for your Docker containers
#2I have had great success with docker-gen which allows me to generate nginx configuration so that I can reload automatically.
Re: Setup an Nginx reverse proxy for your Docker containers
#3I have had great success with docker-gen which allows me to generate nginx configuration so that I can reload automatically.
Thanks for the tip. I hadn't heard about docker-gen. Looks like something that could be very useful.
Re: Setup an Nginx reverse proxy for your Docker containers
#4Doing it wrong 101...
Re: Setup an Nginx reverse proxy for your Docker containers
#5If you're going this far, why not just use kubernetes, and the nginx-ingress controller?
Re: Setup an Nginx reverse proxy for your Docker containers
#6Doing it wrong 101...
No idea if you're right or not, would you mind to elaborate?