Memcached Docker Container Image
June 16, 2026 · View on GitHub
Docker Images
❗For better reliability we release images with stability tags (wodby/memcached:1-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: _/memcached
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile links:
1,latest(Dockerfile)
All images built for linux/amd64 and linux/arm64
Environment Variables
| Variable | Description | Default | Memcached option |
|---|---|---|---|
MEMCACHED_MEMORY | Memory limit in megabytes | 64 | -m |
MEMCACHED_THREADS | Number of threads | 4 | -t |
MEMCACHED_MAX_CONNECTIONS | Maximum simultaneous connections | 1024 | -c |
Orchestration Actions
Usage:
make COMMAND [params ...]
commands:
check-ready host max_try wait_seconds delay_seconds
check-setting host setting value
flushall host
default params values:
host localhost
max_try 1
wait_seconds 1
delay_seconds 0