@@ -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
|
||||
|
||||
Reference in New Issue
Block a user