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.
Podman stores registry credentials in
$XDG_RUNTIME_DIR/containers/auth.jsonwhich is in the exact same format as Docker'sconfig.json. I currently just symlinked$XDG_RUNTIME_DIR/containers/auth.jsonto~/.docker/config.jsonand everything is working fine. But it would be cool if reg could just check this file itself.