There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
There are a lot of articles about this topic, but sadly the use case they present is quit simple and because of that they really don’t help. Here is a couple of examples to what I mean: Manually create hundreds of containers is not practical. Create hundred of containers each one on a different port is not practical. Write the containers ip and port manually in nginx conf file is not practical. For that reason I decided to write this post and present the way we use. It’s not by any mean the “right” way or the only way, but it’s the way that works for us right now. Also, I’m assuming you know Docker, Docker Compose, and Docker Swarm.