mongo

official databases

mongo:7 — packaged as a smolmachine

linux/amd64
by smolmachines updated 8/17/2026
pull
smolvm pack pull registry.smolmachines.com/library/mongo:latest

This command uses a tag published for this package. Confirm that its platform entry in the tags table matches your host architecture; :latest is not universally multi-platform.

how to use

Verified steps — with the smolvm CLI installed:

# Pull :latest — linux/amd64 only

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

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

smolvm pack run --sidecar mongo.smolmachine docker-entrypoint.sh

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

smolvm machine create --name mongo --from mongo.smolmachine
smolvm machine start --name mongo
smolvm machine exec --name mongo -- docker-entrypoint.sh
smolvm machine stop --name mongo
tags
tagdigestsizeplatformscreated
7270 MB
linux/amd64
8/17/2026
latest270 MB
linux/amd64
8/17/2026
configuration
base image mongo:7
mode container
entrypoint docker-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 GOSU_VERSION=1.19 JSYAML_VERSION=3.13.1 JSYAML_CHECKSUM=662e32319bdd378e91f67578e56a34954b0a2e33aca11d70ab9f4826af24b941 MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org MONGO_MAJOR=7.0 MONGO_VERSION=7.0.40 HOME=/data/db