DockerCLI/docs/reference
Yong Tang 9cda7c331e Add flag `--host` to `service create` and `--host-add/--host-rm` to `service update`
This fix tries to address 27902 by adding a flag `--host`
to `docker service create` and `--host-add/--host-rm` to
`docker service update`, so that it is possible to
specify extra `host:ip` settings in `/etc/hosts`.

This fix adds `Hosts` in swarmkit's `ContainerSpec` so that it
is possible to specify extra hosts during service creation.

Related docs has been updated.

An integration test has been added.

This fix fixes 27902.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-06-02 00:10:37 +00:00
..
commandline Add flag `--host` to `service create` and `--host-add/--host-rm` to `service update` 2017-06-02 00:10:37 +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