Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to pull docker image, getting 'remote error: access denied'

I'm trying to check the installation docker pull hello-world

But getting the following error:

Pulling repository hello-world
Get https://index.docker.io/v1/repositories/library/hello-world/images: remote error: access denied

I have CentOS 6.5

Docker version 1.7.1, build 786b29d/1.7.1

I'm in a corporate network but curl https://index.docker.io/v1/repositories/library/hello-world/images forks fine.

What might be the issue?

Thanks in advance!

like image 809
zjor Avatar asked Sep 22 '16 08:09

zjor


1 Answers

I got this error while I was trying to pull mongodb image instead of mongo.

So make sure image name is correct. The very same error message happens on both run and pull commands.

like image 165
Kunok Avatar answered Oct 01 '22 03:10

Kunok