From bef6a03dbb380ff75abe329c9c1402a491ef5ee9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 3 Apr 2023 19:31:08 +0200 Subject: [PATCH] FAQ --- readme.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index fd5d2bf..c9ff63d 100644 --- a/readme.md +++ b/readme.md @@ -79,9 +79,7 @@ $ docker run --rm -it \ DISK_SIZE: "16G" ``` - to make it any size you want. - - To create an empty disk with a maximum capacity of 8 terabyte you would use a value of `"8T"` for example. + To create an empty disk with a maximum capacity of 8 terabyte you would use a value of `"8T"` for example. * ### How do I change the location of the virtual disk? ### @@ -92,9 +90,7 @@ $ docker run --rm -it \ - /home/user/data:/storage ``` - to map `/storage` to any local folder you want to use. - - Just replace `/home/user/data` with the correct path. + Just replace `/home/user/data` with the folder path you want to use for storage. * ### How do I install a specific version of vDSM? ### @@ -105,8 +101,6 @@ $ docker run --rm -it \ URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat" ``` - to install version 7.01 for example. - You can also switch back and forth between versions this way without loosing your file data. * ### What are the differences compared to standard DSM? ###