From 482b9c4d706803bfe1147d02aa03b83c1bc85219 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Fri, 22 Apr 2016 13:23:22 -0700 Subject: [PATCH] Added doc for the SSL key of the docker driver config --- website/source/docs/drivers/docker.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index c8d9fb10d..89f83ad30 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -93,6 +93,9 @@ The following options are available for use in the job specification. * `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 `false`. + * `port_map` - (Optional) A key/value map of port labels (see below). * `auth` - (Optional) Provide authentication for a private registry (see below).