How to pull from private docker repository on docker hub?

Hello lad picture Hello lad · Aug 3, 2015 · Viewed 11.3k times · Source

I create a automated build repository on dockerhub (via github) and try to pull the image which is automatically built onto cloud server.

using things like

docker pull com.company/project:tag

but it gives me

Error: image com.company/project:tag not found

it usually works for public repository, do I have to do something else for private repository ?

Answer

Anderson Santos picture Anderson Santos · Jan 20, 2016

You just need to use the command docker login with your sign parameters from docker hub.