You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Podman stores registry credentials in $XDG_RUNTIME_DIR/containers/auth.json which is in the exact same format as Docker's config.json. I currently just symlinked $XDG_RUNTIME_DIR/containers/auth.json to ~/.docker/config.json and everything is working fine. But it would be cool if reg could just check this file itself.