nginx

official web

nginx:1.27 — packaged as a smolmachine

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

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

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

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

smolvm pack run --sidecar nginx.smolmachine /docker-entrypoint.sh

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

smolvm machine create --name nginx --from nginx.smolmachine
smolvm machine start --name nginx
smolvm machine exec --name nginx -- /docker-entrypoint.sh
smolvm machine stop --name nginx
tags
tagdigestsizeplatformscreated
1.27sha256:a7d28db0bf4d…74 MB
linux/amd64
6/22/2026
latestsha256:a7d28db0bf4d…74 MB
linux/amd64
6/22/2026
configuration
base image nginx:1.27
mode container
entrypoint /docker-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 NGINX_VERSION=1.27.5 NJS_VERSION=0.8.10 NJS_RELEASE=1~bookworm PKG_RELEASE=1~bookworm DYNPKG_RELEASE=1~bookworm