Alex Pyrgiotis
Alex Pyrgiotis
A new Docker Desktop release is out: https://docs.docker.com/desktop/release-notes/#4400. We'll check it out soon and verify it works.
Reopening this issue because I haven't double checked yet that the new release works. Also, on second thought, I guess we should close this issue once we have an announcement...
I've verified that the latest Docker Desktop on an Apple Silicon macOS device solves the issue 🎉
Great, thanks a lot for this! I vaguely remember now that `wsl --update` is a command that may not exist on Windows 10, but it does exist on Windows 11....
Thanks a lot esteemed test user (😛 ). So, we debugged this live, and here's what we found: 1. The `wsl --update` command somehow messes up the clipboard, and its...
Hm, one thing we definitely need to do is to add the `--quiet` flag in our `wsl --update` invocation. I'll look into the Podman Desktop source code as well, to...
I have done a bit of research on how other container-based solutions handle this bootstrap issue on Windows. That is, what's the user journey to install WSL2 before running the...
What's interesting from the above comparison is that is wasn't always like this. More specifically, both Podman Desktop and Rancher Desktop were installing WSL2 right from the installer. Podman Desktop:...
From the above comparisons, we see that Docker Desktop somehow does not ask the user to enable the VirtualMachinePlatform windows feature (probably does it at install time), although they do...
I have managed to enable the VirtualMachinePlatform and Microsoft-Windows-Subsystem-Linux Windows features while the installation runs (see 592e4ab5). I'm also scheduling a reboot after they are done, and I can verify...