Hello,
I am trying to create my first docker project.
However its not going that great and I am unsure if I have the right tool.
Yesterday I spent hours trying to configure a setup like this:
The idea is that a normal computer on the local network can request web content from the “main” container, by using IP and port. There is an unknown number of “project” containers, which has the web content.
So the “main” container has to get the content from the “project” container which hosts it.
It then gets returned back to the normal computer.
I asked a friend of mine and he suggested me to use kubernetes, however I would prefer staying with a normal docker setup, if possible.
What are your thoughts?