diff --git a/docs/Howtos/HowtoLXD.md b/docs/Howtos/HowtoLXD.md index de2a16f..6dd8077 100644 --- a/docs/Howtos/HowtoLXD.md +++ b/docs/Howtos/HowtoLXD.md @@ -36,6 +36,7 @@ $ #Create a images volume in the local (default) pool (ZFS) and use it for image $ lxc storage volume create local images $ lxc config set storage.images_volume local/images $ lxc config device add $containerName $deviceName disk source=/home/foo path=/home/foo +$ lxc config device add $containerName $deviceName disk source=/dev/ path=/home/foo ``` Path: