How to setup a reverse proxy for docker containers? #1623
Unanswered
ProteanCode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there
I am looking for a way to create something like that:
Create a Custom DNS Entry with a wildard, ie
*.dev1.testing
which would lead the traffic to a specific nodeOnce someone visit, ie.
redis.dev1.testing
I would like to reverse it to ie. a locally runningredis_container
at port6603
I am having problems with setting this up as I am not sure what features should I enable for that. A wildcard DNS seems to not work probably because all it does is to insert record into /etc/hosts
The second problem for me is to set the docker containers running in the same network interface as netmake. I guess I should create a macvlan docker network and attach containers to it, which I am trying to do now
Beta Was this translation helpful? Give feedback.
All reactions