Service registration for IPv6 docker addresses

This commit is contained in:
Wim
2018-01-24 14:39:50 +01:00
parent bb5120fe98
commit 795d84e08f
3 changed files with 82 additions and 0 deletions

View File

@@ -355,6 +355,11 @@ The `docker` driver supports the following configuration in the job spec. Only
]
}
```
* `use_ipv6_address` - (Optional) `true` or `false` (default). Use IPv6 Address
will use the containers IPv6 address (GlobalIPv6Address) when registering service checks and using
`address_mode = driver`.
See [service](/docs/job-specification/service.html) for details.
* `readonly_rootfs` - (Optional) `true` or `false` (default). Mount
the container's filesystem as read only.