Docker environment vars

This commit is contained in:
Kroese 2023-04-18 17:46:58 +02:00 committed by GitHub
parent c6f94ea59f
commit b897eb22a4

View File

@ -5,6 +5,9 @@ set -eu
: ${URL:=''}. # URL of PAT file
: ${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}..."