mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Docker environment vars
This commit is contained in:
parent
401201217b
commit
c6f94ea59f
@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
# Docker environment vars
|
||||||
|
|
||||||
|
: ${URL:=''}. # URL of PAT file
|
||||||
|
: ${ALLOCATE:='Y'} # Preallocate diskspace
|
||||||
|
|
||||||
echo "Starting Virtual DSM for Docker v${VERSION}..."
|
echo "Starting Virtual DSM for Docker v${VERSION}..."
|
||||||
|
|
||||||
STORAGE="/storage"
|
STORAGE="/storage"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user