Hacker News new | ask | show | jobs
by rbut 685 days ago
Docker can run on macOS (albeit in a VM), but its still running on a Mac "that is already running the Apple Software". So its a perfectly valid option for Mac owners, even if its a VM + container + VM deep.
1 comments

This requires kvm exposed in the container. Does docker on mac support kvm?
AFAICT, with QEMU, access to KVM is only required if you care about performance %) Otherwise it can emulate everything for you.
This dockerfile explicitly enables kvm in a way that will cause qemu to fail if it's not present.