Skip to content

Commit

Permalink
document storage opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Nov 20, 2018
1 parent 686176c commit 5ccf835
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,19 @@ The `docker` driver supports the following configuration in the job spec. Only

* `shm_size` - (Optional) The size (bytes) of /dev/shm for the container.

* `storage_opt` - (Optional) A key-value map of storage options set to the containers on start.
This overrides the [host dockerd configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#options-per-storage-driver).
For example:


```hcl
config {
storage_opt = {
size = "40G"
}
}
```

* `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**

Expand Down

0 comments on commit 5ccf835

Please sign in to comment.