Hi all,
I’m struggling with a podman issue involving rootless + bridge network + reaching the physical host from a container, and apparently right now there’s some manual config change involved in order to make the host.containers.internal
name resolve to the host’s IP address.
See here:
Now the problem is that when I apply config changes to ~/.config/containers/containers.conf
, they are not picked up by pasta (as per ps auxww
output), which leads me to think that I’m using the wrong config file path.
So the question is, does pasta on opensuse expect the configuration to be provided at a different location?
FYI, that file didn’t exist and I had to create it. The dir ~/.config/containers did exist though, and it also contains some subdirs, as per tree below (the two containers.conf
files were created by me):
❯ tree ~/.config/containers
/home/andrea/.config/containers
├── containers.conf
└── podman
├── containers.conf
└── machine
└── qemu
Thanks