reg icon indicating copy to clipboard operation
reg copied to clipboard

Add support for reading credential from podman's auth.json

Open grimmy opened this issue 1 year ago • 0 comments

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.

grimmy avatar Feb 28 '24 22:02 grimmy