I’m trying to run a docker image pull command :
C:\Users\Mercy\AppData\Local\Google\Cloud SDK>docker image pull us.gcr.io /patch-homes-data-science/ds-pipeline
and I’m getting the error:
Using default tag: latest
Error response from daemon: pull access denied for us.gcr.io /patch-homes-data-science/ds-pipeline, repository does not exist or may require ‘docker login’: denied: Permission denied for “latest” from request “/v2/patch-homes-data-science/ds-pipeline/manifests/latest”.
I tried docker login. and then tried this command, still getting the same error.
Why is it saying repository doesn’t exist? How can I check Am I giving the right repository name?
Can anybody please help me in resolving this issue.