-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use hosts public ip address in /etc/hosts for rootless containers #12000
Comments
I think the routing problem is a firewall problem. |
These pastes are from a vm without firewall. |
@rhatdan Negative. The |
The question is how do you discover the public IP of the host? |
Not the public IP. It should be the first non localhost ipv4 of all host interfaces IMO, e.g the same way you did this in buildah. |
Approach from @Luap99 seems correct |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
Add first non localhost ipv4 of all host interfaces as destination for host.contaners.internal for rootless containers. Fixes: containers#12000 Signed-off-by: Daniel J Walsh <[email protected]>
Follow up to #8466
But the container does not seem to be able to route to the host:
The text was updated successfully, but these errors were encountered: