podman pull does not work #22501
Karotte128
started this conversation in
General
Replies: 1 comment 2 replies
-
This is not a podman problem, your LXC or whatever likely blocks networking. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Issue Description
podman pull results in
Error: initializing source docker://libary/ubuntu:latest: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 192.168.178.1:53: dial udp 192.168.178.1:53: socket: permission denied
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Error: initializing source docker://libary/ubuntu:latest: pinging container registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 192.168.178.1:53: dial udp 192.168.178.1:53: socket: permission denied
Describe the results you expected
podman should pull the container image
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
podman is running in proxmox lxc container
Additional information
this worked until now, after a reboot it was broken
Beta Was this translation helpful? Give feedback.
All reactions