mirror of
https://github.com/dockur/windows.git
synced 2026-05-16 18:27:49 +01:00
feat: Support more image layouts (#54)
This commit is contained in:
+2
-1
@@ -3,6 +3,7 @@ set -Eeuo pipefail
|
||||
|
||||
echo "❯ Starting Windows for Docker v$(</run/version)..."
|
||||
echo "❯ For support visit https://github.com/dockur/windows"
|
||||
echo
|
||||
|
||||
export BOOT_MODE=windows
|
||||
|
||||
@@ -23,7 +24,7 @@ if [[ "${DISPLAY,,}" == "web" ]]; then
|
||||
nginx -e stderr
|
||||
fi
|
||||
|
||||
info "Booting Windows using $VERS..."
|
||||
echo && info "Booting Windows using $VERS..."
|
||||
|
||||
[[ "$DEBUG" == [Yy1]* ]] && set -x
|
||||
exec qemu-system-x86_64 ${ARGS:+ $ARGS}
|
||||
|
||||
Reference in New Issue
Block a user