Simplify soft fail doc

This commit is contained in:
Michael Schurter 2017-07-06 12:30:08 -07:00
parent 2900f941b5
commit 965c4e6893
1 changed files with 2 additions and 3 deletions

View File

@ -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.