Error response from daemon: pull access denied for 78124/webapp, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Hello

I have made a repository private in Dockerhub.
My repository name is 78124/webapp whch has an image with v1 tag

I have Docker Desktop 2.2.0.5 installed on Windows 10 machine
I do docker login and supply my dockerhub account credentials, I am able to login.

However when I try to pull my private dockerhub repository image with v1 tag using:

docker pull 78124/webapp:v1

I get following error:

Error response from daemon: pull access denied for 78124/webapp, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I am unable to pull my own private repository.

Thanks.
.

I’m having the same issue. login works. pull doesn’t. It worked yesterday, but not today.

@78124 Did you find a solution? I know it was a long time ago :slight_smile:

Thanks!