mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-14 06:10:32 +08:00
feat: Read version from image
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
echo "❯ Starting Virtual DSM for Docker v${VERSION}..."
|
echo "❯ Starting Virtual DSM for Docker v$(</run/version)..."
|
||||||
echo "❯ For support visit https://github.com/vdsm/virtual-dsm/"
|
echo "❯ For support visit https://github.com/vdsm/virtual-dsm/"
|
||||||
|
|
||||||
cd /run
|
cd /run
|
||||||
|
|||||||
Reference in New Issue
Block a user