FWIW makes me wonder how much work would be required to have this as a Web container, e.g. Dockerfile with
FROM debian:13
RUN apt update && apt install -y qemu-system-x86 qemu-utils
WORKDIR /linux-inside-out
then https://github.com/container2wasm/container2wasm#container-on-browser
Edit: FWIW the image of Debian 13 with QEMU and its utils is ~1.1Gb




Nitpicking but a line is missing IMHO namely
The code of the program:should also suggest which file to edit, e.gpotato.go. It might be obviously to anybody working with Go but for others it’s not.