Docker hub (image) not able to pull in local machine

Hello Team,

I am unable to pull docker hub image into my local machine i am getting an error .Can you please help me.

Error code on docker machine:

docker pull new_dockerfile

Error response from daemon: pull access denied for new_dockerfile, repository does not exist or may require ‘docker login’

please help me asap…please help me one command with out pulling images to local.can we get the all the images size through command line if so share me…

thanks,
navins

Hi :slight_smile:

You need to more specifik in your docker pull command.
Where did read / find this image “new_dockerfile” ?

Normally, when using docker hub, the syntax would be “docker pull user_id/image_name:tag”