I need a solution to run Linux in a virtual environment on Windows, for use as a development environment for my current open source game project.
* Rancher Desktop.
* Podman.
WSL2 is exactly this, you can also use VMWare or VirtualBox. In other words, your base linux environment is not containerized, it is virtualized. This is a requirement for any non-linux OS (currently, MS is looking into native container support afaik), because containers are built on kernel features
- It might help to share what it is about Docker you're not in favor of?
- Can't Win 10 Pro provide a Linux env?