TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best Docker open source alternative?

6 点作者 roschdal超过 1 年前
What is the best Docker open source alternative?<p>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.

6 条评论

chitraa超过 1 年前
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超过 1 年前
* Docker engine and not Docker Desktop in a VM. WSL2 works well after some configuration: <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;WSL&#x2F;issues&#x2F;6655#issuecomment-1142933322">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;WSL&#x2F;issues&#x2F;6655#issuecomment-11...</a><p>* Rancher Desktop.<p>* Podman.
verdverm超过 1 年前
&gt; I need a solution to run Linux in a virtual environment on Windows<p>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超过 1 年前
<a href="https:&#x2F;&#x2F;podman-desktop.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;podman-desktop.io&#x2F;</a> is one alternative, which I will look into testing.
chiefalchemist超过 1 年前
- What&#x27;s your criteria for &quot;best&quot;?<p>- It might help to share what it is about Docker you&#x27;re not in favor of?<p>- Can&#x27;t Win 10 Pro provide a Linux env?
I_am_tiberius超过 1 年前
I don&#x27;t use it and don&#x27;t know if the answer may be incorrect, but I assume NixOS may help.