marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
711 stars 14 forks source link

no registries found #790

Open 2-www opened 3 months ago

2-www commented 3 months ago

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)

wvovaw commented 1 month ago

@2-www I just faced the same issue and luckily got it solved. Here's what I did

  1. created ~/.config/containers/registries.conf with the following content

    
    unqualified-search-registries = ["docker.io", "quay.io"]

[[registry]] location = "docker.io" prefix = "*.docker.io" insecure = false blocked = false


This didn't work until I

2. downloaded an image via cli

```sh
podman pull redis

After this I'm able to search and install images right in the app

2-www commented 1 month ago

i don't want podman cli to automatically go to docker inc, i just want to select images in gui