memcached

official tools

memcached:1 — packaged as a smolmachine

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

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

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

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

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

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

smolvm machine create --name memcached --from memcached.smolmachine
smolvm machine start --name memcached
smolvm machine exec --name memcached -- docker-entrypoint.sh
smolvm machine stop --name memcached
tags
tagdigestsizeplatformscreated
1sha256:a9d9cf28bf0b…38 MB
linux/amd64
6/22/2026
latestsha256:a9d9cf28bf0b…38 MB
linux/amd64
6/22/2026
configuration
base image memcached:1
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 MEMCACHED_VERSION=1.6.42 MEMCACHED_URL=https://memcached.org/files/memcached-1.6.42.tar.gz MEMCACHED_SHA1=de453f58745238c70091fe243549c406aabdc3c5