Pulling from private registry works inside lima shell, but not from my local machine #1825
Unanswered
DragosDumitrache
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, my local machine has been authenticated with the private GCR registry we're using at work, using
gcloud auth configure-docker
. I've done the same inside thelima
shell, after installing gcloud.If I run
lima nerdctl pull <private image>
, I get a 401 Unauthorised error.If I run
lima
and inside limenerdctl pull <private image>
, this works.The error I'm getting right now is this
I've followed the instructions found here, but any help would be appreciated. I'm not using rancher at all, and only have the default configuration
Beta Was this translation helpful? Give feedback.
All reactions