mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Add caveat about always pulling latest tag to docker driver docs
This commit is contained in:
@@ -33,8 +33,9 @@ The `docker` driver supports the following configuration in the job spec:
|
||||
|
||||
* `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. If the image to be pulled exists in a registry that requires
|
||||
authentication credentials must be provided to Nomad. Please see the
|
||||
Docker Hub. If the tag is omitted or equal to `latest` the driver will always
|
||||
try to pull the image. If the image to be pulled exists in a registry that
|
||||
requires authentication credentials must be provided to Nomad. Please see the
|
||||
[Authentication section](#authentication).
|
||||
|
||||
```hcl
|
||||
|
||||
Reference in New Issue
Block a user