mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-12-03 21:27:01 +07:00
FAQ
This commit is contained in:
parent
0c99715d10
commit
bef6a03dbb
10
readme.md
10
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? ###
|
||||
|
Loading…
Reference in New Issue
Block a user