mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Simplify soft fail doc
This commit is contained in:
@@ -64,9 +64,8 @@ The `docker` driver supports the following configuration in the job spec. Only
|
||||
|
||||
* `auth` - (Optional) Provide authentication for a private registry (see below).
|
||||
|
||||
* `auth_soft_fail` `(bool: false)` - Fallback to public images if auth fails.
|
||||
Disabled by default to avoid accidently looking up private images in a public
|
||||
repo, but provided as a convenience.
|
||||
* `auth_soft_fail` `(bool: false)` - Don't fail the task on an auth failure.
|
||||
Attempt to continue without auth.
|
||||
|
||||
* `command` - (Optional) The command to run when starting the container.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user