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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best Home Server for Virtualization

3 点作者 fcoury超过 3 年前
I have a rather powerful computer that I have been using as my main driver up until now, and I recently got an M1 Mac Mini.<p>I would like to repurpose this old computer to run VMs. My workflow nowadays mostly includes building Docker and Kubernetes, and even though I can build them on the M1 using dockerx it&#x27;s very slow.<p>What I am looking for is a way to create a local server on this computer that would allow me to spin up large VMs to run my docker build but I would also like to be able to spin up other OSes like Windows 11, macOS and even different Linux flavors.<p>What would you recommend for such a server nowadays?

4 条评论

cpach超过 3 年前
I’ve heard good things about Proxmox VE: <a href="https:&#x2F;&#x2F;www.proxmox.com&#x2F;en&#x2F;proxmox-ve" rel="nofollow">https:&#x2F;&#x2F;www.proxmox.com&#x2F;en&#x2F;proxmox-ve</a>
评论 #28902478 未加载
评论 #28915000 未加载
denton-scratch超过 3 年前
I use Xen, with a Debian Dom0. You can provision a new VM in about a minute.<p>The commandline tools are not very obvious, and they have scores of subcommands. But it&#x27;s all scriptable, so you can easily have a CI system spin-up and tear-down VMs. You can hot-copy a VM from one physical machine to another, which is neat for maintenance. It&#x27;s super-lightweight, but I&#x27;d say Xen is a bit nerdy for many people.
atatatat超过 3 年前
Check out unraid.<p>Also check out not using keybase...they&#x27;re owned by...well, you&#x27;ll figure it out.
评论 #28907926 未加载
rbanffy超过 3 年前
I’m using an Ubuntu server with KVM VMs. I manage them from my laptop using virt-manager.