This commit is contained in:
Kroese 2023-04-21 07:46:02 +02:00 committed by GitHub
parent af4600d93d
commit ea4b976e0c

View File

@ -6,9 +6,9 @@ set -eu
: ${URL:=''}. # URL of PAT file : ${URL:=''}. # URL of PAT file
: ${DEBUG:=''}. # Enable debug mode : ${DEBUG:=''}. # Enable debug mode
: ${ALLOCATE:='Y'} # Preallocate diskspace : ${ALLOCATE:='Y'} # Preallocate diskspace
: ${CPU_CORES:='1'} # vCPU count : ${CPU_CORES:='1'} # Amount of CPU cores
: ${DISK_SIZE:='16G'} # Initial disk size : ${DISK_SIZE:='16G'} # Initial data disk size
: ${RAM_SIZE:='512M'} # Amount of RAM : ${RAM_SIZE:='512M'} # Maximum RAM amount
echo "Starting Virtual DSM for Docker v${VERSION}..." echo "Starting Virtual DSM for Docker v${VERSION}..."