Is it possible to access docker containers using theirs private ip? #610
Unanswered
joaoeduardo
asked this question in
Q&A
Replies: 1 comment
-
This should work: https://norouter.io/docs/getting-started/vpn/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For example, running a nginx container with the command below:
Then get the container IP with the following command:
Is it possible to use this address to access the web page? Is there some config that make it possible?
Thanks!
Edit: I forgot to mention that I used the example docker.yaml.
Beta Was this translation helpful? Give feedback.
All reactions