clarification between host and container is privileged containers section
This commit is contained in:
parent
e8b0b29460
commit
b27a176565
@ -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.
|
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`
|
* **example:** `$ lxc config device add test homedir disk source=/home/$USER path=/home/ubuntu`
|
Loading…
Reference in New Issue
Block a user