Hacker News new | past | comments | ask | show | jobs | submit login

Should this work on Mac (using Docker Desktop for Mac)? I don't see why not, but trying to run it results in:

> docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory.




It's possible docker4mac doesn't enable nested virt?


Fun fact: apple silicon doesn't support nested virt


New Apple silicon devices do, but it’s not exposed yet.


I'm on intel fwiw


KVM is a Linux hypervisor


I don't follow. Docker for Mac uses a Linux VM


It's hardware-accelerated paravirtualization. You can't just use that inside an arbitrary VM. Every layer (hardware, host OS, every guest OS but the last in the chain) has to support 'nested virtualization', and you have to enable/configure it.

On Linux, this project doesn't require nested virtualization. On any other operating system, it does. In that way, the host OS ends up mattering.

Docker Desktop makes me wanna scream.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: