This message was deleted.
# rancher-desktop
a
This message was deleted.
q
(it's coming from rancher desktop)
f
Rancher Desktop now configures the
osxkeychain
helper as your
credsServer
, so registry credentials aren't store unencrypted in
~/.docker/config.json
.
You should only get that prompt when you run
docker login
or
nerdctl login
. The latter uses the credential forwarder to still store credentials on the host and not unencrypted inside the VM.
q
I got it when I did
docker build
and it rejected my credentials.
f
I'm confused why
docker build
would ask for credentials to begin with
q
Me too?