Fixes
CI / build (push) Successful in 14s

This commit is contained in:
2026-09-06 16:09:20 +02:00
parent 7dd818db68
commit 506213ed9a
4 changed files with 9 additions and 29 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ Turning containers into bootable VMs
# 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
# 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