From a3d6e3740cbd478eb9ba9f4843c9cce31c8aaba7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 13 Jan 2024 14:51:57 +0100 Subject: [PATCH] docs: Readme (#557) --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b2c5cbc0..5e5634dc 100644 --- a/readme.md +++ b/readme.md @@ -189,7 +189,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti * ### How do I passthrough a disk? - When running the container inside a virtualized environment, it is recommended to passthrough disk devices directly instead of binding folders containing images, as these devices are already based on an image. + When running the container inside a virtualized environment, it is possible to passthrough disk devices directly, instead of binding a folder containing an image. As these devices are already backed by an image on the host, this removes an extra layer. This allows for easier management and higher performance. To do so, you can add those devices to your compose file: @@ -202,7 +202,7 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti - /dev/sdb ``` - Please beware that any existing data on the device will be wiped, as DSM will format its partition table during first use. Do NOT passthrough devices containing valueable data. + Please beware that any existing data on the device will be wiped, as DSM will format its partition table during first use. So do NOT passthrough devices containing valueable data. * ### How do I install a specific version of vDSM?