Files
docker-cli/components/engine/cli/command
Yong Tang 6e2afbaf59 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>
Upstream-commit: ea9a23ccdbd3a861e4cfa3441482b448fd1c17a5
Component: engine
2016-11-10 10:20:24 -08:00
..
2016-11-08 16:17:15 -08:00
2016-11-10 00:09:23 -08:00
2016-10-25 06:43:54 +00:00
2016-11-09 17:11:14 -08:00
2016-11-08 16:17:15 -08:00
2016-09-19 10:34:31 -07:00