We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have the flatpak on debian
the gui says "no registries found" when i try to download an image, but the cli works (podman pull ubuntu, for example)
podman pull ubuntu
The text was updated successfully, but these errors were encountered:
@2-www I just faced the same issue and luckily got it solved. Here's what I did
~/.config/containers/registries.conf
unqualified-search-registries = ["docker.io", "quay.io"] [[registry]] location = "docker.io" prefix = "*.docker.io" insecure = false blocked = false
This didn't work until I
podman pull redis
After this I'm able to search and install images right in the app
Sorry, something went wrong.
i don't want podman cli to automatically go to docker inc, i just want to select images in gui
No branches or pull requests
i have the flatpak on debian
the gui says "no registries found" when i try to download an image, but the cli works (
podman pull ubuntu
, for example)The text was updated successfully, but these errors were encountered: