Simplify soft fail doc

This commit is contained in:
Michael Schurter 2017-07-06 12:30:08 -07:00
parent 2900f941b5
commit 965c4e6893

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` - (Optional) Provide authentication for a private registry (see below).
* `auth_soft_fail` `(bool: false)` - Fallback to public images if auth fails. * `auth_soft_fail` `(bool: false)` - Don't fail the task on an auth failure.
Disabled by default to avoid accidently looking up private images in a public Attempt to continue without auth.
repo, but provided as a convenience.
* `command` - (Optional) The command to run when starting the container. * `command` - (Optional) The command to run when starting the container.