redis

official databases

redis:7 — packaged as a smolmachine

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

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

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

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

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

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

smolvm machine create --name redis --from redis.smolmachine
smolvm machine start --name redis
smolvm machine exec --name redis -- docker-entrypoint.sh
smolvm machine stop --name redis
tags
tagdigestsizeplatformscreated
7sha256:0558d5db303b…48 MB
linux/amd64
6/22/2026
latestsha256:0558d5db303b…48 MB
linux/amd64
6/22/2026
configuration
base image redis:7
mode container
entrypoint docker-entrypoint.sh
workdir /data
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 REDIS_VERSION=7.4.9