provider/docker: Add network create --internal flag support (#10932)

* provider/docker: Add network create --internal flag support

* provider/docker: Add acceptance tests for network --internal flag
This commit is contained in:
VERDOÏA Laurent 2017-01-03 12:46:16 +01:00 committed by Paul Stack
parent dd10418889
commit 6ce5b9c292

View file

@ -34,6 +34,8 @@ The following arguments are supported:
`bridge` driver.
* `options` - (Optional, map of strings) Network specific options to be used by
the drivers.
* `internal` - (Optional, boolean) Restrict external access to the network.
Defaults to `false`.
* `ipam_driver` - (Optional, string) Driver used by the custom IP scheme of the
network.
* `ipam_config` - (Optional, block) See [IPAM config](#ipam_config) below for