Podman "Error: no registries found in registries.conf, a registry must be provided" while logging/pulling from docker.io #16103
YevheniiPokhvalii
started this conversation in
General
Replies: 3 comments
-
I am answering my question.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
may we close this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure, you can close it or convert it to discussion in case there is some advice on this matter. |
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.
-
How to integrate
podman
withdocker.io
by default?According to these articles:
https://www.mankier.com/5/containers-registries.conf
https://www.redhat.com/sysadmin/manage-container-registries
you can configure a default registry by adding the file
$HOME/.config/containers/registries.conf
.I added this file and filled it out with these details:
When I try to log in to DockerHub with
podman
, I am getting:So I have to login explicitly with:
of with:
The same situation is with pulling a custom docker image:
And again I have to indicate the registry explicitly:
Could you help with this configuration?
P.S. Also, according to the article, it is advisable to indicate
docker.io/library
as a registryprefix
and I also did not figure out how to do it.I tried to modify
/etc/containers/registries.conf
as well. Still, the same issue.I am using:
Beta Was this translation helpful? Give feedback.
All reactions