mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 09:57:32 +08:00
Docker environment vars
This commit is contained in:
parent
c6f94ea59f
commit
b897eb22a4
@ -3,8 +3,11 @@ set -eu
|
|||||||
|
|
||||||
# Docker environment vars
|
# Docker environment vars
|
||||||
|
|
||||||
: ${URL:=''}. # URL of PAT file
|
: ${URL:=''}. # URL of PAT file
|
||||||
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
||||||
|
: ${CPU_CORES:='1'} # vCPU count
|
||||||
|
: ${DISK_SIZE:='16G'} # Initial disk size
|
||||||
|
: ${RAM_SIZE:='512M'} # Amount of RAM
|
||||||
|
|
||||||
echo "Starting Virtual DSM for Docker v${VERSION}..."
|
echo "Starting Virtual DSM for Docker v${VERSION}..."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user