Replies: 3 comments
-
|
Howdy @cgwalters! @egernst had a FOSDEM talk about starting up a linux vm quickly. I think being able to turn that sample code into a macOS tool that spins up a bootc container as a VM, is what we're looking to do. My question is where would that macOS binary live in bcvk? or in apple/container to make it Mac native and container native |
Beta Was this translation helpful? Give feedback.
-
|
@cgwalters @jtligon I'm not the expert for this one (that'd be @dcantah), but I think the main impediment at this point is what Containerization provides (and what it doesn't provide) for booting VMs. Today it's focused strictly on starting up a microVM - direct boot kernel that start a really lightweight guest agent that's capable of running systemd as the primary workload, and can optionally provide basic The kernels we use have no module support don't use an initramfs. For exploration, it's probably best to try integrating I don't think there's much to be gained by working at the Any questions, just drop em here. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Moved from #1263 and apple/containerization#505
See also bootc-dev/bcvk#21 and bootc-dev/bcvk#214
The goal is to go from
container build(or just acontainer pull) with a bootc style container (where the kernel/initramfs/UKI is embedded inside the container) to a "full VM" (and here we also expect to use systemd).In a nutshell there are two paths for this:
Beta Was this translation helpful? Give feedback.
All reactions