mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Update readme.md
This commit is contained in:
parent
b2eb09c991
commit
61379598c2
12
readme.md
12
readme.md
@ -94,6 +94,18 @@ $ docker run -p 5000:5000 --cap-add NET_ADMIN --device=/dev/kvm kroese/virtual-d
|
|||||||
|
|
||||||
This has the advantage that you don't need to do any portmapping anymore.
|
This has the advantage that you don't need to do any portmapping anymore.
|
||||||
|
|
||||||
|
* ### How do I change the allocated amount of CPU/RAM? ###
|
||||||
|
|
||||||
|
By default an amount of 512MB RAM and 1 CPU core is used by the container.
|
||||||
|
|
||||||
|
To increase this you can add the following environment variabeles:
|
||||||
|
|
||||||
|
```
|
||||||
|
environment:
|
||||||
|
CPU_CORES: "4"
|
||||||
|
RAM_SIZE: "2048M"
|
||||||
|
```
|
||||||
|
|
||||||
* ### How do I install a specific version of vDSM? ###
|
* ### How do I install a specific version of vDSM? ###
|
||||||
|
|
||||||
By default it installs vDSM 7.2, but if you want to use an older version you can add its URL to your compose file:
|
By default it installs vDSM 7.2, but if you want to use an older version you can add its URL to your compose file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user