Unable to pull the ngnix image with docker login

Hi Team,

Unable to pull the image from dockerhub.

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.

I understand i need to provide the username and password , i tried that on command line but it does not help . May be i need to keep it somewhere .

Hello, @goutamguru
image name is wrong.
If you’re pulling public images and you see this kind of errors that means image name is wrong or image doesn’t exist in dockerhub. (Only for public images)
Simple search for it first,
docker search <image-name>
I think it is nginx instead of ngnix.

1 Like

so silly of me :frowning:
Thanks you so much