Y
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
monocasa
685 days ago
This requires kvm exposed in the container. Does docker on mac support kvm?
link
nine_k
685 days ago
AFAICT, with QEMU, access to KVM is only required if you care about performance %) Otherwise it can emulate everything for you.
link
monocasa
685 days ago
This dockerfile explicitly enables kvm in a way that will cause qemu to fail if it's not present.
link