Not Able to Pull Image

Username: debasis23
Password: 
WARNING! Your password will be stored unencrypted in /home/tony/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[tony@stapp01 ~]$ 
[tony@stapp01 ~]$ 
[tony@stapp01 ~]$ docker pull ngnix:alpine
Error response from daemon: pull access denied for ngnix, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
[tony@stapp01 ~]$

Hi Team,

As per above I had able to login successfully to docker repository but while pull the ngnix image getting request denied error. Any hint on this.
Thanks,
Debasis

Hi @debasis.mallick22

Is this related to one of our labs? If you could share the task description, it would help us assist you better.

Could you explain why you’re attempting to log in with the username debasis23 on stapp01?

Hi @debasis.mallick22 ,

There is a typo in the image name - ngnix:alpine

It’s nginx:alpine.

1 Like

Thanks @Tej-Singh-Rana . It s my bad. Let me check with updated one. I was trying this on KodeKloud engineer task.

Thanks,
Debasis