clarification between host and container is privileged containers section

This commit is contained in:
Théo Marchal 2019-10-29 13:10:31 +01:00
parent e8b0b29460
commit b27a176565

View File

@ -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`