Print qemu command

This commit is contained in:
2026-08-29 21:04:27 +02:00
parent 56a76ce934
commit 41bc570bfb
2 changed files with 9 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@ FROM alpine:latest
RUN mkdir -p /lib/apk/db /run
RUN apk add --no-cache --initdb linux-virt busybox util-linux
RUN cp /boot/vmlinuz-virt /vmlinuz && echo "Welcome to slim!" > /etc/motd
# Use custom init script
COPY init /init
RUN chmod +x /init