Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jun 21, 2016
1 parent 0b608e2 commit c655ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ __BACKWARDS INCOMPATIBILITIES:__
eval-status -monitor`.
* config: Consul configuration has been moved from client options map to
consul block under client configuration
* driver/docker: Enabled SSL by default for pulling images from docker
registries. [GH-1336]

IMPROVEMENTS:
* core: Scheduler reuses blocked evaluations to avoid unbounded creation of
Expand Down Expand Up @@ -34,6 +36,8 @@ IMPROVEMENTS:
if the artifact exists inside a chrooted directory [GH-1262]
* driver/docker: Added a client options to set SELinux labels for container
bind mounts. [GH-788]
* driver/docker: Enabled SSL by default for pulling images from docker
registries. [GH-1336]
* server: If Consul is available, automatically bootstrap Nomad Servers
using the `_nomad` service in Consul. [GH-1276]

Expand Down
2 changes: 1 addition & 1 deletion website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ The following options are available for use in the job specification.
to use.

* `SSL` - (Optional) If this is set to true, Nomad uses SSL to talk to the
repository. The default value is `false`.
repository. The default value is `true`.

* `port_map` - (Optional) A key/value map of port labels (see below).

Expand Down

0 comments on commit c655ba1

Please sign in to comment.