Login success but can't pull private images

➜  ~ docker login -u booratina
Password:
Login Succeeded

Logging in with your password grants your terminal complete access to your account.
For better security, log in with a limited-privilege personal access token. Learn more at https://docs.docker.com/go/access-tokens/
 ~ docker pull booratina/fraud:latest
Error response from daemon: pull access denied for booratina/fraud, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Same with Docker Desktop

(HTTP code 404) unexpected - pull access denied for booratina/fraud, repository does not exist or may require 'docker login': denied: requested access to the resource is denied


May I ask you to post the actual content here, instead of sharing links? The linked content can not be used in a forum search and found by others. Also, links have the tendency to break, and finally no one really likes to click on links to read about the details. I for once neither click on links, nor read text from screenshots of texts. I read whatever is covered in the post.

You might want to re-do your posts

2 Likes

I meet the problem too, it’s my first time push private image to my docker hub account, and I can never pull it successfully. I’ve login success, but always get the error

Error response from daemon: pull access denied for kholinchen/xxx, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

I’ve logout and login many times, still failed.

And every time after I logout, I saw this output

Removing login credentials for https://index.docker.io/v1/

Strange, I’m using docker 24.0, why the registry keep v1 instead of v2, should I do something to prevent the fallback?