$ cat ~/.docker/config.json
{
"auths": {
"container-registry.oracle.com": {
"auth": "…"
}
}
}
jq to read specific values in the config.json file: $ jq -r '.auths."container-registry.oracle.com".auth' ~/.docker/config.json | base64 --decode
$ docker login` ‥ WARNING! Your credentials are stored unencrypted in '/home/rene/.docker/config.json'.