Huge thanks to Ridge for sponsoring the video! Use this link to get up to 30% off through April 1st: ridge.com/wolfgang dockur/windows by Kroese: github.com/dockur/windows CORRECTION: This will not work on Mac, only on Linux.
“Running Windows in a VM that is run by a Docker container that mounts /dev/kvm from the host, but also automates the installation for you” doesn’t really roll off the tongue
Using WSL under Windows 11 to run Docker, which is also running a container for Linux that is running a virtualisation of Windows 11 is so ridiculously cursed and I LOVE it.
It's not running in a Docker Container. It's running in a KVM backed QEMU VM that is automatically configured by a Docker script. Saves some problems with config at least.
I'm surprised he somehow used KVM with a Mac, or was he remoting into the cluster with that clunky macOs ? or is it a hackintosh also running under KVM ?
Woah! This couldn't have come at a better time! I was just looking for a solution to run a DayZ server, a Windows only application, without needing to leave one of our gaming PCs on all the time. Now I just need more RAM before I can setup a VM on my Ubuntu server.
Cannot wait for the N100 build video! I’m about to build my home server/nas and I’m about to go with the industrial ASRock board. But I’m holding my horses and waiting patiently for your N100 build. Love your content, keep up the good work! ❤
Did you have to install anything for your macOS to have the file /dev/kvm? Mine doesn't have, even after installing qemu, libvirt and some other software
@@WolfgangsChannel My original comment was to say that even if your host machine is firewalled you should double check that you're not exposing 3389 to networks you don't want it to be available on. I ran into that issue with an FTP container on a production machine once. Thankfully blue team found it.
You can just do 127.0.0.1:port:port instead of port:port this will only bind to 127.0.0.1 instead of 0.0.0.0 Docker will ignore any and every firewall rules because that is its purpose. It directly opens ports using iptables. You can use host networking if you want a container to follow your firewall rules.
I reviewed the project and I couldn't found any option for running any command in the container without using GUI. So only wine containers are still the option.
I need it to code in C# for windows from my MacBook m1 pro. I was evaluating parallels 19... Do you think I can use this one instead? 🤔 I wonder the difference in CPU/RAM % ... Maybe you can make a comparison
Hello. Thank you for the video, it is really instructive. This is the first video from you I watch, so excuse me if you have already answered my questions in previous videos. I am *really* new into docker, in fact, I am barely documenting on the subject because I recently had the 'idea' of running Office 365 in Docker (knowing nothing about it before hand) instead of my MacOS Parallels Desktop VM which I do since 2010 when I switched from Windows. 1. What would be the advantages of the change, and would be the trade-offs? 2. Since I know *nothing* about Docker except for a couple of videos I have watched about it, would you recommend me to change my VM to Docker? (Knowing I need to use Office 365 for developing macros, Excel, Power Query and other heavy Office add-ins in my day-to-day work) 3. Do you have or do you have links to videos where I can learn Docker from scratch? Thanks!
I was just trying to solve this problem and was gonna end up using Cockpit to manage a dedicated Windows VM. I hadn’t even considered putting a VM inside of a Docker container. That’s so simple but so clever.
It would be interesting to know how responsive the Windows "docker container" is without a passthrough GPU, since video acceleration would not be available and everything will be rendered via software. Currently, I have a Windows VM with GPU passthrough for my ONE use: running MS Office for work. If the docker container can run with the same responsiveness as an older machine (say, i7-6700 with its iGPU) without the need for a dedicated GPU to be passed through, that would be really great for my use case.
Hello...Used in Ubuntu...when you finish using Windows 11 (by default)...what is the path to eliminate the Used and Unnecessary Space by Windows 11 in the Download of the .iso and in the Decompression of the .iso ...Thank you 😊
One of my 2024 goals is to begin using Docker for some of my tasks as a software engineer doing medical imaging research. Although this is not exactly what I need I plan to give it a test..
Correction: no one needs a Microsoft Account to run Windows, unless you don't care about your privacy. And that's without any reduction in functionality or support and only a negligible reduction of services.
Is it possible to install this "Windows" in a Synology NAS Docker (Container Manager)? I found it dockurr/windows in the registration tab in my Synology, but it is not possible to run it. Can you give me some tips?
I don't see why it can't be run on a Synology. It is just a container like all the other containers. The only problem you can have is that it consumes a lot of resources, and that is the reason why I am not going to run it on Synology.
work for gaming? i have a t14 gen 2 i5 1135g7, i reed on some forum that this cpu doesn't have GVT-d this use SR-IOV that you can use only with ACRN hypervisor (single iGPU passthrough) arch linux 8gb ram
It outputs a bios file, which you can load to a flash drive, boot to your bios, and load the configuration file there. It's not docker updating the bios directly. At least that's what I think is happening
Internally we're going to start with setting up the container as a way to test intune and autopilot configurations, before we deploy them in production. Makes testing much easier !
Does it run in TrueNAS in k3s ? or in LXC on proxmox? Yes I am Terrible. I have myThinkPad running Arch for a while now. this is useful to have a Windows option on standby. Also my one remaining windows box will go native Linux now
I'm already using harvester to run my vm's and containers. It technically runs vm's as pods ontop of kubernetes so this may not be for me, but I have an idea which I can use this project for, deploying cms windows displays. Since the player will be always be in fullscreen, I can simply use any broswer, connect with ip address and have the content displayed on the tv or media screen device. Thanks very much for the video.
does this solution avoid the problem of nested virtualization on Apple silicon chips? context: the apps I require to test on windows need wsl2+docker (on windows). at the moment (at my knowledge) is not possible to achieve this environment on any Apple silicon chip (like M1, M2 or M3) forcing me to use a separate machine with x86_64 cpu
It would not avoid it, you won’t be able to run WSL2 inside this. If you’re using VMs anyway, just use WSL1 and use the VM network to connect to a docker daemon on a Linux VM.
This was pretty good. However, I could not find an environment setting that would have the container built from a local windows iso file. Is downloading every time the only way for now?
Is it really a container if it's just using the kvm kernel driver? It's just a VM with docker wrapper around it. I prefer to just run Qemu+KVM or VirtualBox.
How can you use this to run script serverless, with docker? Like running an azure function app (which are ran in Linux) with a windows docker image? Is it even possible?
Theres an application that I can use to change the RGB lights on my keyboard but it only has windows compatibility. Would it be possible to run windows in a container, install that application in that container and then use it to change the lights on my keyboard?
I am getting an error message saying "Failed to connect to Server" shown in VNC. I am running this on a raspberry pi 5. Any ideas on how I can resolve this?
Hi, I have proxmox on a server with the virtaulize option enabled, but when I create a VM does not allow me to create the container because there is no /dev/kvm, I have to create the machine with some option ?
Have you tried to compare this with a barebone Windows VM? I have a VM running Windows, for a few dumb apps I'm not using that often. This looks interesting, but I'd be great to know what I should expect as a impact in the performance (overhead, primary) I mean.. I already have Windows running in a QEMU KVM env., so putting that into a Debian or similar distro, just to spin up Windows inside Docker, maybe aren't that best take, if I already have Windows running... Or? That's the actual question, I guess.
Thank you. This is brilliant. I do have a question. How did you download that youtube video using ed/ ? I can't figure that out. Also, how do you run the multiple version of Windoze at the same time? How does your compose.yaml file looks like for that? I tried creating another with different ports for the noVNC, but I could never connect to it. I see you have all the shared data* folders in the same folder. If you could share this step that would be great. Enjoying your videos :)
I saw in your start menu you have Lumiar Neo. Have you tested that in this setup? I used to try to get some photo editing tools to run in a kvm vm, but there was always the problem of not having installed opencl or some other hardware acceleration frameworks. Could say something more about that?
I ended in separate computer with windows. As a bonus I can play my favourite windows only games. I have two computers plugged in to the same monitor, use logitech mouse paired with two usb dongles and a keyboard which I switch usb / bluetooth. I use bluetooth with linux, usb with windows.
@@user-fk2xg8nq6r what's your opinion on the "feels"? Does it laggy / unresponsive at some point? Btw, what's the maximum screen resolution you are able to set in the windows setting?
Hello. I have got Parallels on my mac m1 to run windows. But the arm architecture off the mac processor makes impossible to use NDI tools app. Could the solution you expose solve my problem ? Sorry if my question is stupid :)
Pretty cool! Wouldn’t you lose the best perk of Docker Containers tho? Talking about the fact that they use the same kernel as the host. This seems to me like it only adds an additional, superfluous layer of abstraction
I have Windows 11 Pro installed and running in Ubuntu as a Docker container but I can't get the sound working. Did I miss something in the video somewhere about getting sound to work in the Windows VM?
I'm running on Synology's Docker and encountered this error. I don't know what to do, hoping for your help: ❯ ERROR: [1;31m❯ ERROR: Failed to create bridge. Please add the following setting to your container: --cap-add NET_ADMIN[0m
this has been an amazing project, thank you. I'm finding that GPU is not supported on Windows 11 pro Docker that I have deployed via Portainer. I have issued similar compose files and GPU does work via Docker when utilizing Ubuntu. Have you seen this issue as well?
Hello, I tried to install in Fedora, but I ended up with an error message: iptables v1.8.10 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?) I think it's because Fedora no longer uses iptables. Is it possible to fix / solve it somehow? Thank you!
@@Equality-and-LibertyI've been a bit out of the vm scene and was going to virtualbox it, this served it's purpose and there's no clean up to do after other than image and container in docker, pretty sweet
I can already play minesweeper on Linux with KMines or winemine, and play pinball with the open source SDL version (which I believe is reverse-engineered from winxp). I'm using my Windows VM for compiling C++ code for Windows with MSVC, and occasionally for some light 3D gaming. This would work for the compilation part, even better than a persistent VM.
After docker installation on my Fedora 41 workstation, I had error message for downloading Windows 11 and error message is below docker: unknown server OS: . See 'docker run --help'. I am stuck on this step. Any help? ( I already checked docker version and start docker also)
If i had this last week... Probably end up switching to this as a full fat vm takes a ton of resources... But i can't see windows taking less in a container?
running under docker on Synology (xpenology) I got an error with the devices /dev/kvm so I commented out those lines in the docker compose yaml and then the container started. I do have the web gui on port 8006 but will I have problems running Windows?
Huge thanks to Ridge for sponsoring the video! Use this link to get up to 30% off through April 1st: ridge.com/wolfgang
dockur/windows by Kroese: github.com/dockur/windows
CORRECTION: This will not work on Mac, only on Linux.
It is not running in a docker container. Interesting but the title is really misleading.
“Running Windows in a VM that is run by a Docker container that mounts /dev/kvm from the host, but also automates the installation for you” doesn’t really roll off the tongue
Next step: windows distrobox guest?
Can also create a template / kvm image using packer, and just run it with kvm. Or if using kubernetes, use kubvirt to run them.
Hey Wolfgang - We sent you an email about a paid partnership. Let me know what you think.
Using WSL under Windows 11 to run Docker, which is also running a container for Linux that is running a virtualisation of Windows 11 is so ridiculously cursed and I LOVE it.
Someone stop him!
@@Demios101 no I use windows WSL too its amazing
And I thought using Wine via WSL was cursed enough, that's a whole other level 😱
yeah try runnin mac os under gwsl
It's tempting to try but I know my computer will hate me for that torture.
It's not running in a Docker Container. It's running in a KVM backed QEMU VM that is automatically configured by a Docker script. Saves some problems with config at least.
it is? lmao containers are just normal processes with some security flags
QEMU is a type-2 userland hypervisor AND a kvm virtualizer. If you set kvm: false in the environment it will run entirely in userland inside docker
It is a KVM in the guise of a docker "container".... An interesting project no doubt.
Might actually be useful aswell
then why not use vagrant
As an Unraid user I just (un)surprisingly found this image in the Apps. I'm giving it a try and thank you for sharing!
I love that you used the same port as Proxmox, and used Proxmox as your complicated example of running a VM.
I'm surprised he somehow used KVM with a Mac, or was he remoting into the cluster with that clunky macOs ? or is it a hackintosh also running under KVM ?
@@monad_tcp Medium article "Qemu, virt-manager, and libvirt on macOS with Apple silicon M2".
7:34 The entirety of RAM and swap being completely pegged by the VMS's
What an absolutely impeccable timing... I was _just_ about to set up a VM so I could update my damn mouse (love you logitrash
Why on Earth would one need to UPDATE the mouse? Security vulnerabilities? 🤣
@mikhail-plentev You're laughing, but... www.bleepingcomputer.com/news/security/logitech-unifying-receivers-vulnerable-to-key-injection-attacks/
@@tealplastic1234 Bug with scrolling, sometimes doesn't register when in wireless mode, super annoying
@@Duckly97, but you still need USB passthrough for it, don't you?
@@LichtTempler As he said in the video, it uses KVM so you can pass any device through
Woah! This couldn't have come at a better time! I was just looking for a solution to run a DayZ server, a Windows only application, without needing to leave one of our gaming PCs on all the time.
Now I just need more RAM before I can setup a VM on my Ubuntu server.
oho day Z player here. I love that game
DayZ server running fine on Linux dude. No need for windows at all...
@@JanSieler Wasn't available at the time.
Cannot wait for the N100 build video! I’m about to build my home server/nas and I’m about to go with the industrial ASRock board. But I’m holding my horses and waiting patiently for your N100 build. Love your content, keep up the good work! ❤
Good news - it's coming at the end of the month :)
I don't know how you deliver such awesome quality almost every time!!!
I totally loved it!
Did you have to install anything for your macOS to have the file /dev/kvm? Mine doesn't have, even after installing qemu, libvirt and some other software
Yeah I'm wondering how to get this to work under MacOS Monterey as well.
I guess ARM chips just don't have it
same problem here, it does not work on macOS
Docker tends to ignore UFW and writes to iptables, so be careful with that open 3389.
what is the worse scenario
@churchofsatan2041 you run this on an unfirewalled machine with a public IP, and then anyone can log in to your Windows container using RDP
@@WolfgangsChannel My original comment was to say that even if your host machine is firewalled you should double check that you're not exposing 3389 to networks you don't want it to be available on. I ran into that issue with an FTP container on a production machine once. Thankfully blue team found it.
You can just do 127.0.0.1:port:port instead of port:port
this will only bind to 127.0.0.1 instead of 0.0.0.0
Docker will ignore any and every firewall rules because that is its purpose. It directly opens ports using iptables.
You can use host networking if you want a container to follow your firewall rules.
nftables, not iptables. iptables is deprecated and will be removed in the future.
Wolfgang, superb video. How clever of you to know this is exactly what I was looking for.
Has a lot of potential in CI/CD for testing code
I reviewed the project and I couldn't found any option for running any command in the container without using GUI. So only wine containers are still the option.
@@AlexAlex-jk2tn websocket app running on bootup which you can use for command passed by the container. done.
Missed Opportunity: Naming it "Linux Subsystem for Windows"
Danke!
thanks so much for this! I've been looking for this for so long!
0:34 You don't need an MS account. Just choose other and choose a domain, then it lets you sign in locally.
I need it to code in C# for windows from my MacBook m1 pro. I was evaluating parallels 19... Do you think I can use this one instead? 🤔 I wonder the difference in CPU/RAM % ... Maybe you can make a comparison
Nope, you need a Linux host for it
Now I can run heroes III again
I can't believe I haven't came across this sooner, this is awesome.
Hello. Thank you for the video, it is really instructive. This is the first video from you I watch, so excuse me if you have already answered my questions in previous videos.
I am *really* new into docker, in fact, I am barely documenting on the subject because I recently had the 'idea' of running Office 365 in Docker (knowing nothing about it before hand) instead of my MacOS Parallels Desktop VM which I do since 2010 when I switched from Windows.
1. What would be the advantages of the change, and would be the trade-offs?
2. Since I know *nothing* about Docker except for a couple of videos I have watched about it, would you recommend me to change my VM to Docker? (Knowing I need to use Office 365 for developing macros, Excel, Power Query and other heavy Office add-ins in my day-to-day work)
3. Do you have or do you have links to videos where I can learn Docker from scratch?
Thanks!
I wonder what the viability of running blueiris with gpu decoding is.
I was just trying to solve this problem and was gonna end up using Cockpit to manage a dedicated Windows VM. I hadn’t even considered putting a VM inside of a Docker container. That’s so simple but so clever.
It would be interesting to know how responsive the Windows "docker container" is without a passthrough GPU, since video acceleration would not be available and everything will be rendered via software. Currently, I have a Windows VM with GPU passthrough for my ONE use: running MS Office for work. If the docker container can run with the same responsiveness as an older machine (say, i7-6700 with its iGPU) without the need for a dedicated GPU to be passed through, that would be really great for my use case.
If you don’t need the OneDrive integration, which doesn’t work well, the Linux version of CrossOver runs Microsoft Office pretty well.
@@paradoxmoCrossover is too expensive in most countries
@@applmango sure, Wine or PlayonLinux then. Or VMware player has decent paravirtualized 3D.
Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory
Hello...Used in Ubuntu...when you finish using Windows 11 (by default)...what is the path to eliminate the Used and Unnecessary Space by Windows 11 in the Download of the .iso and in the Decompression of the .iso ...Thank you 😊
One of my 2024 goals is to begin using Docker for some of my tasks as a software engineer doing medical imaging research. Although this is not exactly what I need I plan to give it a test..
3:25 you still need hardware virtualization right? or it that only for windows cause it requires wsl
Windows: not even once
A truly interesting and definitely useful video - well presented. I'm going to give this a try. Thanks!
Correction: no one needs a Microsoft Account to run Windows, unless you don't care about your privacy. And that's without any reduction in functionality or support and only a negligible reduction of services.
Hey! Do you know why mine keeps resetting after downloading whole windows image? over and over again ;/
Is it possible to install this "Windows" in a Synology NAS Docker (Container Manager)? I found it dockurr/windows in the registration tab in my Synology, but it is not possible to run it. Can you give me some tips?
I don't see why it can't be run on a Synology. It is just a container like all the other containers. The only problem you can have is that it consumes a lot of resources, and that is the reason why I am not going to run it on Synology.
Love your sense of humor. Super subtle.
work for gaming? i have a t14 gen 2 i5 1135g7, i reed on some forum that this cpu doesn't have GVT-d this use SR-IOV that you can use only with ACRN hypervisor (single iGPU passthrough)
arch linux 8gb ram
How do you edit BIOS when it's still vm with own BIOS?
It outputs a bios file, which you can load to a flash drive, boot to your bios, and load the configuration file there. It's not docker updating the bios directly. At least that's what I think is happening
Internally we're going to start with setting up the container as a way to test intune and autopilot configurations, before we deploy them in production. Makes testing much easier !
Does it run in TrueNAS in k3s ? or in LXC on proxmox? Yes I am Terrible.
I have myThinkPad running Arch for a while now. this is useful to have a Windows option on standby.
Also my one remaining windows box will go native Linux now
I'm already using harvester to run my vm's and containers. It technically runs vm's as pods ontop of kubernetes so this may not be for me, but I have an idea which I can use this project for, deploying cms windows displays. Since the player will be always be in fullscreen, I can simply use any broswer, connect with ip address and have the content displayed on the tv or media screen device. Thanks very much for the video.
does this solution avoid the problem of nested virtualization on Apple silicon chips?
context: the apps I require to test on windows need wsl2+docker (on windows). at the moment (at my knowledge) is not possible to achieve this environment on any Apple silicon chip (like M1, M2 or M3) forcing me to use a separate machine with x86_64 cpu
It would not avoid it, you won’t be able to run WSL2 inside this.
If you’re using VMs anyway, just use WSL1 and use the VM network to connect to a docker daemon on a Linux VM.
@9:15 If MS had a problem, would they have already stopped WoR? (Windows on Raspberry)
Any idea if you can run Visual Studio and WinForms inside this? I imagine there might be a lot of lag, but would be fun to try it
Lag is when your mom blow my job
This was pretty good. However, I could not find an environment setting that would have the container built from a local windows iso file. Is downloading every time the only way for now?
A great explanation, I followed along and did the Win 11 install on Ubuntu 24.04 LTS and it was seamless. Thanks!!
how does it handle gpu?
Thank you for the discovery of this project.
What a juicy content, thank you sir I was in need of it
Would this work on a Synology or UGREEN NAS? If possible, what would the steps be?
Hey Wolfgang! What font is that on your terminal? Thanks
Comic Code
Excellent video, Wolfgang. Thank you! Is this possible on docker desktop?
this just saved me hours of work, thanks
Is it really a container if it's just using the kvm kernel driver? It's just a VM with docker wrapper around it. I prefer to just run Qemu+KVM or VirtualBox.
Is there the possibility of doing a pass through and using the video card for this docker and performing heavier tasks such as video editing or games?
Why do you want to edit the Z690M-ITX bios? Is there any secret power saving tricks perhaps?
How can you use this to run script serverless, with docker? Like running an azure function app (which are ran in Linux) with a windows docker image? Is it even possible?
Theres an application that I can use to change the RGB lights on my keyboard but it only has windows compatibility. Would it be possible to run windows in a container, install that application in that container and then use it to change the lights on my keyboard?
I can't connect via the Microsoft Remote Desktop but no problem with the browser. Do you have a solution?
[Question]: how do i know where the persistent drive is located on my windows 11 machine?
Finally someone show something Very important
I do recall there was a requirement for containers with Windows to only run on a licensed Windows installation though. Did this change?
I am getting an error message saying "Failed to connect to Server" shown in VNC. I am running this on a raspberry pi 5. Any ideas on how I can resolve this?
Too weak
Can i run 2 or 3 instances of the same program on docker? Like installing the same game twice.
This video will hit millions of views!
Can you use this to update the host PC bios? Often that is the easiest from windows.
I don't think so
Hi, I have proxmox on a server with the virtaulize option enabled, but when I create a VM does not allow me to create the container because there is no /dev/kvm, I have to create the machine with some option ?
Have you tried to compare this with a barebone Windows VM? I have a VM running Windows, for a few dumb apps I'm not using that often. This looks interesting, but I'd be great to know what I should expect as a impact in the performance (overhead, primary)
I mean.. I already have Windows running in a QEMU KVM env., so putting that into a Debian or similar distro, just to spin up Windows inside Docker, maybe aren't that best take, if I already have Windows running... Or? That's the actual question, I guess.
My heart dropped a beat at the title of the video
Thank you. This is brilliant.
I do have a question. How did you download that youtube video using ed/ ? I can't figure that out.
Also, how do you run the multiple version of Windoze at the same time? How does your compose.yaml file looks like for that?
I tried creating another with different ports for the noVNC, but I could never connect to it. I see you have all the shared data* folders in the same folder. If you could share this step that would be great.
Enjoying your videos :)
doubt, could this windows be integrated into "active directory"? Or would the host also have to have such integration?
I saw in your start menu you have Lumiar Neo. Have you tested that in this setup? I used to try to get some photo editing tools to run in a kvm vm, but there was always the problem of not having installed opencl or some other hardware acceleration frameworks. Could say something more about that?
I've no idea what Luminar Neo is, sorry
@@WolfgangsChannelit's in the start menu at 5:53 but I guess that this is a windows ad then hahaha
noob question: does a straightforward version like this exist also for ubuntu?
hub.docker.com/r/linuxserver/webtop
@@WolfgangsChannel stunning, thanks
What about some Adobe apps in the windows docker 🤔
I ended in separate computer with windows. As a bonus I can play my favourite windows only games. I have two computers plugged in to the same monitor, use logitech mouse paired with two usb dongles and a keyboard which I switch usb / bluetooth. I use bluetooth with linux, usb with windows.
@@user-fk2xg8nq6r what's your opinion on the "feels"? Does it laggy / unresponsive at some point? Btw, what's the maximum screen resolution you are able to set in the windows setting?
Thank you, this is awesome ! I was wondering, on Proxmox, is there a port or an equivalent of this project, but in an LXC container ?
How to save the iml file once opened and pasted the commands ?
I don't know how to save the file.
are there any specific keyboards shortcuts?
Hello. I have got Parallels on my mac m1 to run windows. But the arm architecture off the mac processor makes impossible to use NDI tools app. Could the solution you expose solve my problem ? Sorry if my question is stupid :)
All the files gets remove once we shutdown is there anyway we can we can save it for later as well.
I have the same motherboard, is there a reason you needed that BIOS utility?
Thanks for sharing. This is really rather cool to hear about.
Pretty cool! Wouldn’t you lose the best perk of Docker Containers tho? Talking about the fact that they use the same kernel as the host. This seems to me like it only adds an additional, superfluous layer of abstraction
can u share your yml settings? does this remember your setting and install applications? can i backup to use on another machine. like i can with kvm
How did you figure out the IP for the server it is hosted on?
I have Windows 11 Pro installed and running in Ubuntu as a Docker container but I can't get the sound working. Did I miss something in the video somewhere about getting sound to work in the Windows VM?
I feel like giving it a bunch of resources, PCIe passthrough if possible, and downloading Parsec onto it for cloud gaming. That would be cool.
I'm running on Synology's Docker and encountered this error. I don't know what to do, hoping for your help:
❯ ERROR: [1;31m❯ ERROR: Failed to create bridge. Please add the following setting to your container: --cap-add NET_ADMIN[0m
So its like Vagrant but inside a Docker container?
But what about the size of the image ? It will be huge right ?
did any of you guys successfully enable gpu for windows container, I did nvidia-smi works inside docker shell but doesn't work in windows
this has been an amazing project, thank you. I'm finding that GPU is not supported on Windows 11 pro Docker that I have deployed via Portainer. I have issued similar compose files and GPU does work via Docker when utilizing Ubuntu. Have you seen this issue as well?
Hello, I tried to install in Fedora, but I ended up with an error message:
iptables v1.8.10 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
I think it's because Fedora no longer uses iptables.
Is it possible to fix / solve it somehow?
Thank you!
fantastic. love it..
thanks wolfgang!
Last night I started looking for alternatives to run Windows on my mac, vid couldn't have had a better timing
You could always run a desktop version of VMware (VMware Workstation) and run Windows there, but I guess you want to run open-source software?
@@Equality-and-LibertyI've been a bit out of the vm scene and was going to virtualbox it, this served it's purpose and there's no clean up to do after other than image and container in docker, pretty sweet
I can already play minesweeper on Linux with KMines or winemine, and play pinball with the open source SDL version (which I believe is reverse-engineered from winxp). I'm using my Windows VM for compiling C++ code for Windows with MSVC, and occasionally for some light 3D gaming. This would work for the compilation part, even better than a persistent VM.
After docker installation on my Fedora 41 workstation, I had error message for downloading Windows 11 and error message is below
docker: unknown server OS: .
See 'docker run --help'.
I am stuck on this step. Any help?
( I already checked docker version and start docker also)
imma check this out. gotta migrate wine, and lutris to docker and enable gpu support
Wolfgang, What font do you use for your terminal?
If i had this last week... Probably end up switching to this as a full fat vm takes a ton of resources... But i can't see windows taking less in a container?
because it's still a VM, just an automated installer and a Webinterface slapped on top
Can this be run on a ubuntu server (no desktop) environment?
Yes it can. Hosting it on Ubuntu 22.04 server
running under docker on Synology (xpenology) I got an error with the devices /dev/kvm so I commented out those lines in the docker compose yaml and then the container started. I do have the web gui on port 8006 but will I have problems running Windows?
Yes - disabling KVM acceleration will make your Windows VM a lot slower
Hi,
what about licenses if this is being installed in production scenarios for example?
Tnx