DockerCLI/docs/reference
Yong Tang ebacbb50ae Add `--dns-option` to `docker run` and hide `--dns-opt`
This fix is a follow up to #27567 based on:
https://github.com/docker/docker/pull/27567#issuecomment-259295055

In #27567, `--dns-options` has been added to `service create/update`,
together with `--dns` and `--dns-search`. The `--dns-opt` was used
in `docker run`.

This fix add `--dns-option` (not `--dns-options`) to `docker run/create`, and hide
`--dns-opt`. It is still possible to use `--dns-opt` with
`docker run/create`, though it will not show up in help output.

This fix change `--dns-options`to --dns-option` for `docker service create`
and `docker service update`.

This fix also updates the docs and bash/zsh completion scripts.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-06-02 00:10:36 +00:00
..
commandline Add `--dns-option` to `docker run` and hide `--dns-opt` 2017-06-02 00:10:36 +00:00
builder.md Update docs for the output of `docker build` (Step 1/...) 2017-06-02 00:10:32 +00:00
glossary.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
index.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
run.md Add `--dns-option` to `docker run` and hide `--dns-opt` 2017-06-02 00:10:36 +00:00