alpine

official os

alpine:3.20 — packaged as a smolmachine

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

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

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

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

smolvm pack run --sidecar alpine.smolmachine /bin/sh

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

smolvm machine create --name alpine --from alpine.smolmachine
smolvm machine start --name alpine
smolvm machine exec --name alpine -- /bin/sh
smolvm machine stop --name alpine
tags
tagdigestsizeplatformscreated
3.20sha256:72e824fc19c2…15 MB
linux/amd64
6/29/2026
latestsha256:a0bbce1e131d…15 MB
linux/amd64
6/29/2026
configuration
base image alpine:3.20
mode container
entrypoint /bin/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