mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-20 13:42:56 -05:00
docs: provider/docker - network settings attrs
This commit is contained in:
parent
2ba2a8a015
commit
f34fd3de1d
1 changed files with 13 additions and 0 deletions
|
|
@ -77,3 +77,16 @@ the following:
|
|||
is coming from.
|
||||
* `read_only` - (Optinal, bool) If true, this volume will be readonly.
|
||||
Defaults to false.
|
||||
|
||||
## Attributes Reference
|
||||
|
||||
The following attributes are exported:
|
||||
|
||||
* `ip_address` - The IP address of the container as read from its
|
||||
NetworkSettings.
|
||||
* `ip_prefix_length` - The IP prefix length of the container as read from its
|
||||
NetworkSettings.
|
||||
* `gateway` - The network gateway of the container as read from its
|
||||
NetworkSettings.
|
||||
* `bridge` - The network bridge of the container as read from its
|
||||
NetworkSettings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue