HACKER Q&A
📣 roschdal

Best Docker open source alternative?


What is the best Docker open source alternative?

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.


  👤 chitraa Accepted Answer ✓
For your scenario, consider Podman with Colima or WSL 2. They balance ease of use, resource efficiency, and Linux tool integration. Podman with Colima offers a Docker-like experience, while WSL 2 seamlessly integrates with the Windows environment. Choose based on your needs and preferences, trying both to find the best fit for your open-source game development project.

👤 speedgoose
* Docker engine and not Docker Desktop in a VM. WSL2 works well after some configuration: https://github.com/microsoft/WSL/issues/6655#issuecomment-11...

* Rancher Desktop.

* Podman.


👤 verdverm
> I need a solution to run Linux in a virtual environment on Windows

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


👤 roschdal
https://podman-desktop.io/ is one alternative, which I will look into testing.

👤 chiefalchemist
- What's your criteria for "best"?

- 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?


👤 I_am_tiberius
I don't use it and don't know if the answer may be incorrect, but I assume NixOS may help.