* ### How do I change the size of the virtual disk?
* ### How do I use it?
Very simple! These are the steps:
- Start the container and get some coffee.
- Connect to port 5000 of the container in your web browser.
- Wait until DSM is ready, choose an username and password, and you will be taken to the desktop. Enjoy your brand new machine, and don't forget to star this repo!
* ### How do I change the size of the disk?
To expand the default size of 16 GB, locate the `DISK_SIZE` setting in your compose file and modify it to your preferred capacity:
When running the container inside a virtualized environment, it is possible to pass-through 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.
When running the container inside a virtualized environment, it can be handy to pass-through disk devices directly instead of binding a folder containing an image. As these devices are already backed by an image on the host, this will remove an extra layer.
This allows for easier management and higher performance. To do so, you can add those devices to your compose file:
Please note that the device needs to be totally empty (without any partition tables) in order for DSM to format it into a volume. Do not supply disks containing existing data.
Please note that the device needs to be totally empty (without any partition tables) otherwise DSM may not format it into a volume.
* ### How do I install a specific version of vDSM?