mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-10 08:42:55 -05:00
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:
parent
dd10418889
commit
6ce5b9c292
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue