From b27a176565f91cd704f4c95feed0b144d49d26ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Tue, 29 Oct 2019 13:10:31 +0100 Subject: [PATCH] clarification between host and container is privileged containers section --- lxc_tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc_tips.md b/lxc_tips.md index 305bc1c..4efa305 100644 --- a/lxc_tips.md +++ b/lxc_tips.md @@ -58,5 +58,5 @@ This feature is only available when LXD is installed. When a container is privileged, we can share folders from the host to the container. -* Adding a shared folder: `lxc config device add [container] [dir/homedir] disk source=[/path/] path=[/path]` +* Adding a shared folder: `lxc config device add [container] [dir/homedir] disk source=[/host/path/] path=[/container/path]` * **example:** `$ lxc config device add test homedir disk source=/home/$USER path=/home/ubuntu` \ No newline at end of file