-
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
[improvement][doc] Should add note about docker image repository name #2335
Comments
@udomsak Hey thanks for using Nomad and sorry you ran into something confusing. Unfortunately I don't quite follow what you are asking to be improved. Could you maybe link to where was confusing in the docs? |
@dadgar below is my suggestion ( i not well in English ), However may be bug ? image - The Docker image to run. The image may include a tag or custom URL and should include https:// if required. By default it will be fetched from Docker Hub. You need to add authentication if you not use Docker hub. Otherwise Nomad can't see your image < - This section my be need to add ( See Authentication ) NOTE If you build image on local and they not store on any remote repository ( Docker hub , etc. ) Nomad can't see your image. <- Add this too. config { or may be FAQ.
Ans: Add Authentication in Nomad job if you not use Docker hub. |
Fixed by: 71462bf |
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. |
Driver docker
for docker repository that not use default or private repo ( hub.docker.com ) they must include authentication otherwise nomad can't start job because they can't find an image. and then report an error
with
API error (404): {"message":"repository myrepo/myimage not found: does not exist or no pull access"}
This can occur even if you have an image on local Nomad still can't find your image. ( not sure this is bug or not :) )
The text was updated successfully, but these errors were encountered: