Commit c6f94ea5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Docker environment vars

parent 40120121
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"