Why Am I Getting ‘Pull Access Denied’ Errors on Mac with Docker?

0
10
Asked By CuriousCoder27 On

I'm facing a frustrating issue on my Mac (using OrbStack/Docker Desktop) where I keep getting 'pull access denied' errors when trying to pull Docker images, especially from lscr.io, which redirects to ghcr.io. I've taken the steps to run 'docker login' for both Docker Hub and ghcr.io, and each time I get a 'Login Succeeded' message. However, I still receive an error saying 'denied: requested access to the resource is denied' when I attempt to pull images. Has anyone experienced this problem and can offer some help?

2 Answers

Answered By DevGuru55 On

From what you've described, it sounds like the issue could be related to either incorrect permissions on the images you're trying to pull or a problem with the token you used for GitHub. Double-check that your access token includes the right scopes for pulling images from ghcr.io.

Answered By TechWhiz88 On

Could you share the exact commands you're using along with the output? That would help in diagnosing the issue better. Without that, it's tough to pinpoint the problem.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.