-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot pull docker image from private registry #2003
Comments
Hey what version of Nomad are you using and is this Docker for Mac or Linux? |
I am using Docker 1.12 on Linux, with Nomad 0.5.0 ;) |
I can successfully |
I'm using quay.io and it works for me - our setup is like this:
i initially thought I needed the |
Yes, it also works for me, but writing the docker hub credentials from the I read in another issue that server_address and ssl would be needed when using the dockercfg file. |
okay, haven't ventured to that yet, we use OTP for each nomad job file, so I'm not too worried about leaking them out :) |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Hi guys,
I am trying to run a private docker image hosted on the docker hub.
My nomad client starts with:
and
and /root/.docker/config:
I run the job with the following config:
Nomad logs display:
Do you see what's wrong ?
I would avoid setting credentials from the job ("auth" field).
The text was updated successfully, but these errors were encountered: