From aada41aa55013b22fab2a0d8e4122503d464bc4c Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 20 Apr 2015 12:45:58 -0500 Subject: [PATCH] docs: provider/docker - network settings attrs --- .../docs/providers/docker/r/container.html.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/source/docs/providers/docker/r/container.html.markdown b/website/source/docs/providers/docker/r/container.html.markdown index ebeabaa009..d5a4c823ed 100644 --- a/website/source/docs/providers/docker/r/container.html.markdown +++ b/website/source/docs/providers/docker/r/container.html.markdown @@ -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.