Remix.run Logo
daishi55 2 hours ago

This seems very cool and I will probably try it, but I think I’m missing something. I run Proxmox so that I can have multiple VMs running on my NUC. This doesn’t really solve that right? I cant spin up a windows 11 vm one weekend for a random experiment.

yobert 2 hours ago | parent | next [-]

It sounds like all his containers are Linux, so that's why Incus is such a good fit for him. For your use case, yeah, proxmox is likely a better fit.

evanjrowley an hour ago | parent | prev | next [-]

This small project makes running Windows on Incus a breeze: https://github.com/antifob/incus-windows

gchamonlive 2 hours ago | parent | prev [-]

Incus is roughly a frontend for qemu, so you can launch an empty VM and use the ISO to install the OS. You don't have to use a preconfigured base image.

yobert 2 hours ago | parent [-]

I think incus can be a frontend for qemu, but it's primary mode of operating is to run containers. It's a fork of LXD.

scorpioxy an hour ago | parent [-]

VM support has been there for quite a while now and works nicely. I think that's what they're referring to. It started out with only system containers and then gained support for VMs and now there's work to support launching OCI images directly.