Fix docker config option name in docs

This commit is contained in:
Alex Dadgar
2015-11-17 21:30:15 -08:00
parent 091899d000
commit 68bb7eba8e

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