The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6042
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
From bb59014684c7bf200ec915958ddfe0ab87592557 Mon Sep 17 00:00:00 2001 From: Thomas Parrott <thomas.parr...@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.parr...@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
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel