Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration. Hard fork of https://github.com/Fmst...
That will unfortunately never be a thing. They could theoretically do a “Docker machine” like setup to support actual Windows containers, but there’s probably not enough interest in that.
No, it’s not a thing, it’s literally what I described earlier - QEMU in a Docker container. That’s why the Dockerfile imports files from QEMU, and why the entrypoint starts the VM using QEMU.
Docker and Podman can’t run Windows VMs by themselves. These containers use QEMU, so it’s essentially a pre-made setup for what you already had.
That’s a shame. Still very cool and much tidier than doing it directly but I thought you could actually pull windows:latest now and get going.
That will unfortunately never be a thing. They could theoretically do a “Docker machine” like setup to support actual Windows containers, but there’s probably not enough interest in that.
deleted by creator
No, it’s not a thing, it’s literally what I described earlier - QEMU in a Docker container. That’s why the Dockerfile imports files from QEMU, and why the entrypoint starts the VM using QEMU.
It will never be a thing.