mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-22 18:03:44 +08:00
Docker environment vars
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user