Update readme.md

This commit is contained in:
Kroese 2023-04-11 20:37:55 +02:00 committed by GitHub
parent 54418f77d1
commit d93bef79c1

View File

@ -59,7 +59,7 @@ $ docker run --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-time
``` ```
environment: environment:
DISK_SIZE: "16G" DISK_SIZE: "16G"
``` ```
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.
@ -70,7 +70,7 @@ $ docker run --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-time
``` ```
volumes: volumes:
- /home/user/data:/storage - /home/user/data:/storage
``` ```
Just replace `/home/user/data` with the path to the folder you want to use for storage. Just replace `/home/user/data` with the path to the folder you want to use for storage.
@ -104,8 +104,8 @@ $ docker run --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-time
``` ```
environment: environment:
CPU_CORES: "4" CPU_CORES: "4"
RAM_SIZE: "2048M" RAM_SIZE: "2048M"
``` ```
* ### How do I install a specific version of vDSM? ### * ### How do I install a specific version of vDSM? ###