[lxc-devel] [lxd/master] doc: Updates proxy bind settings to host or guest

tomponline on Github lxc-bot at linuxcontainers.org
Mon Aug 5 08:29:26 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 361 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190805/b2f5be3c/attachment.bin>
-------------- next part --------------
From bb59014684c7bf200ec915958ddfe0ab87592557 Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parrott at canonical.com>
Date: Mon, 5 Aug 2019 09:28:45 +0100
Subject: [PATCH] doc: Updates proxy bind settings to host or guest

Signed-off-by: Thomas Parrott <thomas.parrott at canonical.com>
---
 doc/containers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/containers.md b/doc/containers.md
index c18905676e..d5fbe8696e 100644
--- a/doc/containers.md
+++ b/doc/containers.md
@@ -582,7 +582,7 @@ Key             | Type      | Default           | Required  | Description
 :--             | :--       | :--               | :--       | :--
 listen          | string    | -                 | yes       | The address and port to bind and listen
 connect         | string    | -                 | yes       | The address and port to connect to
-bind            | string    | host              | no        | Which side to bind on (host/container)
+bind            | string    | host              | no        | Which side to bind on (host/guest)
 uid             | int       | 0                 | no        | UID of the owner of the listening Unix socket
 gid             | int       | 0                 | no        | GID of the owner of the listening Unix socket
 mode            | int       | 0755              | no        | Mode for the listening Unix socket


More information about the lxc-devel mailing list