Question
Nginx in Production as a reverse proxy: Docker or bare instance
Hello @all,
I am running Nginx as a reverse Proxy for my multiple applications.
Actually nginx is running inside a Docker container with a –restart=always Tag. I’m not very sure if it’s a good idea to run like this in production.
Would you recommend me to install Nginx on the server itself? With yum install ? Or will you recommend me to continue with the Docker instance.
I really appreciate the way Docker works but if its appear that Docker containers are unstable, it will not be dramatic to kill the container an install it on my Bare Meta Server directly.
Regads.
(Sorry for my english, Hope the question is understandable)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×