Deprecation notice

This commit is contained in:
Alex Dadgar
2017-01-12 14:07:36 -08:00
parent 3c610ec864
commit abd06938e5
2 changed files with 4 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ func (d *DockerDriver) Validate(config map[string]interface{}) error {
"auth": &fields.FieldSchema{
Type: fields.TypeArray,
},
// COMPAT: Remove in 0.6.0. SSL is no longer needed
"ssl": &fields.FieldSchema{
Type: fields.TypeBool,
},

View File

@@ -151,6 +151,9 @@ The `docker` driver supports the following configuration in the job spec:
* `dns_search_domains` - (Optional) A list of DNS search domains for the container
to use.
* `SSL` - (Optional) If this is set to true, Nomad uses SSL to talk to the
repository. The default value is `true`. **Deprecated as of 0.5.3**
* `port_map` - (Optional) A key-value map of port labels (see below).
* `auth` - (Optional) Provide authentication for a private registry (see below).