hulthe 506213ed9a
CI / build (push) Successful in 14s
Fixes
2026-09-06 16:09:20 +02:00
2026-09-06 16:09:20 +02:00
2026-09-06 16:09:20 +02:00
2026-08-26 19:25:20 +02:00
2026-08-30 17:08:08 +02:00
2026-08-30 17:08:08 +02:00
2026-09-06 16:09:20 +02:00

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 (initial ramdisk)
slim build qcow2 slim-alpine --init=/init

# Boot the image using QEMU, `./example/alpine/init` will drop you into an interactive shell.
slim run slim-alpine

# Cleanup
slim image rm slim-alpine
podman image rm slim-alpine
S
Description
Turn container images into bootable VMs
Readme
251 KiB
Languages
Rust 75.1%
Shell 24.7%
Dockerfile 0.2%