diff --git a/run/run.sh b/run/run.sh index 4921d5b..27a6842 100755 --- a/run/run.sh +++ b/run/run.sh @@ -1,6 +1,11 @@ #!/usr/bin/env bash set -eu +# Docker environment vars + +: ${URL:=''}. # URL of PAT file +: ${ALLOCATE:='Y'} # Preallocate diskspace + echo "Starting Virtual DSM for Docker v${VERSION}..." STORAGE="/storage"