registry

official tools

registry:2 โ€” packaged as a smolmachine

linux/amd64
by smolmachines updated 6/22/2026
pull
smolvm pack pull registry.smolmachines.com/library/registry:2
how to use

Verified steps โ€” with the smolvm CLI installed:

# Pull (amd64)

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

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

smolvm pack run --sidecar registry.smolmachine /entrypoint.sh

# Or run it as a persistent machine โ€” create, start, exec, stop

smolvm machine create --name registry --from registry.smolmachine
smolvm machine start --name registry
smolvm machine exec --name registry -- /entrypoint.sh
smolvm machine stop --name registry
tags
tagdigestsizeplatformscreated
2sha256:92ce953cfd04โ€ฆ21 MB
linux/amd64
6/22/2026
latestsha256:92ce953cfd04โ€ฆ21 MB
linux/amd64
6/22/2026
configuration
base image registry:2
mode container
entrypoint /entrypoint.sh
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.1.2
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin