mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Service registration for IPv6 docker addresses
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user