This commit is contained in:
Kroese 2023-04-26 21:54:43 +02:00 committed by GitHub
parent 541cd4c73d
commit ebbd22f90c

View File

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