enforra-node

official languages

192.168.64.1:5001/enforra-node:latest — packaged as a smolmachine

linux/arm64
by smolmachines updated 7/12/2026
pull
smolvm pack pull registry.smolmachines.com/library/enforra-node:0.1.0
how to use

Verified steps — with the smolvm CLI installed:

# Pull (arm64)

smolvm pack pull registry.smolmachines.com/library/enforra-node:arm64 -o enforra-node.smolmachine

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

smolvm pack run --sidecar enforra-node.smolmachine docker-entrypoint.sh

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

smolvm machine create --name enforra-node --from enforra-node.smolmachine
smolvm machine start --name enforra-node
smolvm machine exec --name enforra-node -- docker-entrypoint.sh
smolvm machine stop --name enforra-node
tags
tagdigestsizeplatformscreated
0.1.080 MB
linux/arm64
7/12/2026
configuration
base image 192.168.64.1:5001/enforra-node:latest
mode container
entrypoint docker-entrypoint.sh
workdir /app
resources 4 CPU, 8192 MB
guest platform linux/arm64
host platform darwin/arm64
smolvm version 1.4.1
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_VERSION=22.23.1 YARN_VERSION=1.22.22