aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Spawn #269

Closed krisnova closed 1 year ago

krisnova commented 1 year ago

This is why we need the musl builds. We want to be able to bring a clean binary to the spawned OCI image so we can create pods with ourself 🎉

This PR introduces a new subcommand for `auraed

auraed spawn --output /tmp # Create an OCI compliant container bundle in /tmp/aurae-spawn
chroot /tmp/aurae-spawn/rootfs
./sbin/init # Run auraed 😎