$ shuru run -- echo "hello from the sandbox"
hello from the sandbox
$ shuru run -- cat /etc/os-release | head -1
NAME="Alpine Linux"
# VM boots, runs, and tears down — nothing persists.
$ shuru run -- echo "hello from the sandbox"
hello from the sandbox
$ shuru run -- cat /etc/os-release | head -1
NAME="Alpine Linux"
# VM boots, runs, and tears down — nothing persists.