mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
feat: Support more image layouts (#54)
This commit is contained in:
parent
82bccfc43d
commit
5137d513fc
3 changed files with 166 additions and 31 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue