From 70f2200aa37cc736e34deeea255c646ba3bc6650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 10 Jun 2025 22:08:06 +0200 Subject: [PATCH] minor fix --- content/english/blog/qemu-user-static-with-podman/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/english/blog/qemu-user-static-with-podman/index.md b/content/english/blog/qemu-user-static-with-podman/index.md index d3f9aec..6d519e3 100644 --- a/content/english/blog/qemu-user-static-with-podman/index.md +++ b/content/english/blog/qemu-user-static-with-podman/index.md @@ -30,6 +30,7 @@ Considering that version 10 of qemu was released recently, this is a bit messy.. ## TL;DR Two one-liners, one for building the image and one for executing it. + Build the container image **localhost/qemu-user-static**: ```sh