tiny11 #425
Unanswered
raffaelemancuso
asked this question in
Support
tiny11
#425
Replies: 2 comments 1 reply
-
|
I don't know why that is not there, but it works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
seems like their README is not updated for some reason, you can see the full list of versions at https://github.com/dockur/windows/blob/master/src/define.sh and not only tiny, core & nano are also defined "nano11" | "nano 11" )
VERSION="nano11"
[ -z "$DETECTED" ] && DETECTED="win11x64"
;;
"core11" | "core 11" )
VERSION="core11"
[ -z "$DETECTED" ] && DETECTED="win11x64"
;;
"tiny11" | "tiny 11" )
VERSION="tiny11"
[ -z "$DETECTED" ] && DETECTED="win11x64"
;;
"tiny10" | "tiny 10" )
VERSION="tiny10"
[ -z "$DETECTED" ] && DETECTED="win10x64-ltsc"
;; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't understand this section of the docker compose file
tiny11 is not a valid option listed in the pointed README file
Beta Was this translation helpful? Give feedback.
All reactions