[lxc-devel] [lxd/master] doc: fix path to host's communication socket

silverwind on Github lxc-bot at linuxcontainers.org
Thu Jul 11 19:06:56 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 458 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190711/de64749a/attachment.bin>
-------------- next part --------------
From b522f164fa8be853aeb5099ad7e01b70d2440264 Mon Sep 17 00:00:00 2001
From: silverwind <me at silverwind.io>
Date: Thu, 11 Jul 2019 21:06:38 +0200
Subject: [PATCH] doc: fix path to host's communication socket

`/var/lib/lxd/devlxd` looks to be the directory containing this socket file while `/var/lib/lxd/devlxd/sock` is the actual bound socket on a system I tested.
---
 doc/dev-lxd.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/dev-lxd.md b/doc/dev-lxd.md
index 692f2513b4..123e8e8615 100644
--- a/doc/dev-lxd.md
+++ b/doc/dev-lxd.md
@@ -11,7 +11,7 @@ connect to. It's multi-threaded so multiple clients can be connected at the
 same time.
 
 ## Implementation details
-LXD on the host binds `/var/lib/lxd/devlxd` and starts listening for new
+LXD on the host binds `/var/lib/lxd/devlxd/sock` and starts listening for new
 connections on it.
 
 This socket is then bind-mounted into every single container started by


More information about the lxc-devel mailing list