0bc14cbefffbb87c40c623046233fbb2d34c850a
slim
Turning containers into bootable VMs
Example - Minimal Alpine Busybox
# Build the container
podman build ./example/alpine -t slim-alpine
# Make the container bootable by extracing initrd and vmlinuz (initial ramdisk and kernel)
slim build slim-alpine
# Boot the image using QEMU, `./example/alpine/init` will drop you into an interactive shell.
slim run slim-alpine
Languages
Rust
75.1%
Shell
24.7%
Dockerfile
0.2%