Replies: 1 comment
-
I am an idiot: the containers were not connected to the network (palm) |
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.
-
I have a network that gets created like
/usr/bin/podman network create --ignore systemd-harbor
. When created, this is how it looks like:Then I get some containers attached to it, like portal and redis, and one is not able to find the other. The resolv.conf file seems to be picking my current gateway (192.168.123.1), an internal veth (10.255.255.1) and another nameserver that (I guess) comes from podman itself?
if I set the dns to be only 169.254.1.1 for those containers, the /etc/resolv.conf comes back clean... but still they cannot resolve one another. The network backend I'm using is slirp4netns (netavark is stated as backend, but I think that does not apply because the containers are running rootless?).
Why are all those interfaces popping up? Why containers cannot resolve one another? Does anybody have any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions