Unverified Commit 94144542 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

FAQ

parent 993aa7cd
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -79,8 +79,6 @@ $ 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.

  * ### 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? ###