Should you install nginx inside docker? [closed]
This may get closed as opinion based, but for what it’s worth my opinion is that docker should be involved in networking up to the transport layer (TCP/UDP) but no higher (HTTP). Thus I would say no you should not install nginx as a reverse proxy directly on your docker host directly and yes you … Read more