[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No DNS in Fedora Podman image on Debian 11



On 07.11.21 23:24, Ulf Volmer wrote:
On 07.11.21 22:28, Ulf Volmer wrote:
On 06.11.21 01:46, Francois Gouget wrote:

So I'm trying to use a fedora Podman image on my Debian 11 machine but
for some reason DNS lookups do not seem to be working in the container
environment. Specifically:

$ podman run --rm -it fedora:latest
# dnf install gzip
[...]
Fedora 35 - x86_64                                        0.0  B/s | 0  B     00:00
Errors during downloading metadata for repository 'fedora':
    - Curl error (6): Couldn't resolve host name for

Does anyone know what's up?
Can anyone reproduce this issue?

podman run --rm --security-opt=seccomp=unconfined -it fedora:latest

solves the issue for me.

Best regards
Ulf


Reply to: