I'm trying to use podman for the first time (under Mac OS with podman machine, but this is probably irrelevant). When I try to start busybox image as a test, like described in Introduction:
podman run -it docker.io/library/busybox
I get the following error:
Error: failed to parse "X-Registry-Auth" header for /v3.3.1/libpod/images/pull?alltags=false&arch=&authfile=&os=&password=&policy=missing&quiet=false&reference=docker.io%2Flibrary%2Fbusybox&username=&variant=: error storing credentials in temporary auth file (server: "https://index.docker.io/v1/", user: ""): key https://index.docker.io/v1/ contains http[s]:// prefix
(podman version 3.3.1)