mirror of https://github.com/docker/docs.git
Add docs for IPAM options
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
f6c5c41e2d
commit
33b1c443a9
|
@ -1109,6 +1109,7 @@ which is optional:
|
|||
- `gateway`: IPv4 or IPv6 gateway for the master subnet
|
||||
- `aux_addresses`: Auxiliary IPv4 or IPv6 addresses used by Network driver,
|
||||
as a mapping from hostname to IP
|
||||
- `options`: Driver-specific options as a key-value mapping.
|
||||
|
||||
A full example:
|
||||
|
||||
|
@ -1122,6 +1123,9 @@ A full example:
|
|||
host1: 172.28.1.5
|
||||
host2: 172.28.1.6
|
||||
host3: 172.28.1.7
|
||||
options:
|
||||
foo: bar
|
||||
baz: "0"
|
||||
|
||||
### internal
|
||||
|
||||
|
|
|
@ -194,7 +194,6 @@ Introduces the following additional parameters:
|
|||
- [`init`](compose-file-v2.md#init)
|
||||
- [`scale`](compose-file-v2.md#scale)
|
||||
|
||||
|
||||
### Version 3
|
||||
|
||||
Designed to be cross-compatible between Compose and the Docker Engine's
|
||||
|
|
Loading…
Reference in New Issue