mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add IPAM Config Options to match libnetwork
Signed-off-by: Ryan Belgrave <rmb1993@gmail.com>
This commit is contained in:
parent
812d95cdfb
commit
662cac08ef
8 changed files with 36 additions and 5 deletions
|
@ -22,6 +22,7 @@ parent = "smn_cli"
|
|||
--ip-range=[] Allocate container ip from a sub-range
|
||||
--ipam-driver=default IP Address Management Driver
|
||||
-o --opt=map[] Set custom network plugin options
|
||||
--ipam-opt=map[] Set custom IPAM plugin options
|
||||
--subnet=[] Subnet in CIDR format that represents a network segment
|
||||
|
||||
Creates a new network. The `DRIVER` accepts `bridge` or `overlay` which are the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue