mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-09 01:47:32 +08:00
Docker environment vars
This commit is contained in:
parent
c6f94ea59f
commit
b897eb22a4
@ -3,8 +3,11 @@ set -eu
|
||||
|
||||
# Docker environment vars
|
||||
|
||||
: ${URL:=''}. # URL of PAT file
|
||||
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
||||
: ${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}..."
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user