Add docs for IPAM options

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-04-26 15:36:42 -07:00 committed by Misty Stanley-Jones
parent f6c5c41e2d
commit 33b1c443a9
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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