busybox

official tools

busybox:1.36 — packaged as a smolmachine

linux/amd64
by smolmachines updated 6/29/2026
pull
smolvm pack pull registry.smolmachines.com/library/busybox:1.36
how to use

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

smolvm pack pull registry.smolmachines.com/library/busybox:amd64 -o busybox.smolmachine

# Run a one-off command — ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar busybox.smolmachine sh

# Or run it as a persistent machine — create, start, exec, stop

smolvm machine create --name busybox --from busybox.smolmachine
smolvm machine start --name busybox
smolvm machine exec --name busybox -- sh
smolvm machine stop --name busybox
tags
tagdigestsizeplatformscreated
1.36sha256:f95ac6e8d5fc…14 MB
linux/amd64
6/29/2026
latestsha256:f95ac6e8d5fc…14 MB
linux/amd64
6/29/2026
configuration
base image busybox:1.36
mode container
entrypoint sh
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.2.1
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin