Even I am login with my credentialsnot able to pull the image and run the container

shyam@DESKTOP-OO7EVK2:~$ docker run -dit web01 -p 8000:8000 nginx
Unable to find image ‘web01:latest’ locally
docker: Error response from daemon: pull access denied for web01, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.
shyam@DESKTOP-OO7EVK2:~$ docker pull shy123789/my-sample-app:latest
latest: Pulling from shy123789/my-sample-app
Digest: sha256:04333810d0763a1a41827ef02d584e237b2acbdcc42da6a7c4ca9fd61c292ca9
Status: Image is up to date for shy123789/my-sample-app:latest
docker.io/shy123789/my-sample-app:latest
shyam@DESKTOP-OO7EVK2:~$ docker run -dit web01 -p 8000:8000 shy123789/my-sample-app:latest
Unable to find image ‘web01:latest’ locally
docker: Error response from daemon: pull access denied for web01, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.


Please, format your post according to the following guide: How to format your forum posts
In short: please, use </> button to share codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter. Use the preview feature to make sure your text is formatted as you would expect it and check your post after you have sent it so you can still fix it.

Example code block:

```
echo "I am a code."
echo "An athletic one, and I wanna run."
```

After fixing your post, please send a new comment so people are notified about the fixed content.


shyam@DESKTOP-OO7EVK2:~$ sudo mkdir web01
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
Sorry, try again.
[sudo] password for shyam:
sudo: 3 incorrect password attempts
shyam@DESKTOP-OO7EVK2:~$

I used 200 percent correct password, what is missing here. Please suggest

Please fix the posts you made already!

And how is your last response related to this topic?!?!?!

I am unable to open those posts. can you assit on this please,

I have fixed it, please ignore my previous comments/questions, thanks

The fact that the error message shows a name which is not your image, didn’t make you wonder that your argumentlist is wrong and the --name flag is missing before the container name? There is nothing wrong with credentials, unless you wanted to pull the image called “web01” from docker hub…

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.