Simplify soft fail doc
This commit is contained in:
parent
2900f941b5
commit
965c4e6893
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue