1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/types/swarm
Yong Tang 9e8adbecf5 Add custom DNS settings to service definition
This fix tries to fix the issue raised in 24391 about allowing
custom DNS settings to service definition.

This fix adds `DNSConfig` (`Nameservers`, `Options`, `Search`) to
service definition, as well as `--dns`, `--dns-opt`, and `dns-search`
to `service create`.

An integration test has been added to cover the changes in this fix.

This fix fixes 24391.

A PR in swarmkit will be created separately.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-11-08 15:41:32 -08:00
..
common.go add swarm type comments and fix nits 2016-09-26 17:17:52 +08:00
container.go Add custom DNS settings to service definition 2016-11-08 15:41:32 -08:00
network.go Added comments to PortConfig for greater clarity 2016-09-16 14:47:35 -07:00
node.go added node ip autodetection 2016-11-03 08:10:14 -07:00
service.go Service update failure thresholds and rollback 2016-10-18 10:09:50 -07:00
swarm.go Let swarmkit handle cluster defaults in swarm init if not specified 2016-09-27 04:19:38 -07:00
task.go Add force option to service update 2016-10-21 17:43:27 -07:00