Unverified Commit d90ce3f5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Docker environment vars

parent 7aa3f36a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#!/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"