Fix docker config option name in docs

This commit is contained in:
Alex Dadgar 2015-11-17 21:30:15 -08:00
parent 4d339c198b
commit 105ff25764
1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ specification:
Tasks with `privileged` set can only run on Nomad Agents with
`docker.privileged.enabled = "true"`.
* `dns-servers` - (Optional) A comma separated list of DNS servers for the
* `dns_servers` - (Optional) A comma separated list of DNS servers for the
container to use (e.g. "8.8.8.8,8.8.4.4"). *Docker API v1.10 and above only*
* `search-domains` - (Optional) A comma separated list of DNS search domains
* `search_domains` - (Optional) A comma separated list of DNS search domains
for the container to use.
* `hostname` - (Optional) The hostname to assign to the container. When