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 ?
You just need to use the command docker login with your sign parameters from docker hub.