memcached packaged with love by KubeLauncher
6.7K
Built by KubeLauncherā ā production-grade, open-source, community-first.
Production-ready, broadly compatible Memcached caching system image based on Ubuntu 24.04. Compiled from source for minimal footprint. Designed for Kubernetes, built for everyone.
1.6.40, 1.6, 1, latestTags follow semantic versioning. Each push also generates a sha-<commit> tag for pinning to exact builds.
docker run -d --name memcached ghcr.io/kubelauncher/memcached:1.6.40
With custom memory limit:
docker run -d --name memcached \
-e MEMCACHED_MEMORY=256 \
ghcr.io/kubelauncher/memcached:1.6.40
| Variable | Default | Description |
|---|---|---|
MEMCACHED_PORT | 11211 | Port Memcached listens on |
MEMCACHED_MEMORY | 64 | Maximum memory in MB |
MEMCACHED_MAX_CONNECTIONS | 1024 | Maximum simultaneous connections |
MEMCACHED_EXTRA_FLAGS | (none) | Additional flags passed to memcached |
| Port | Description |
|---|---|
11211 | Memcached server |
Memcached is an in-memory cache and does not persist data to disk. No volume mounts are required.
A production-ready Helm chart is available:
helm install my-memcached oci://ghcr.io/kubelauncher/charts/memcached
Built by KubeLauncher ā production-grade, open-source, community-first.
Need a production Kubernetes platform? Let's talkā .
Apache-2.0
Content type
Image
Digest
sha256:91f2066d2ā¦
Size
41.4 MB
Last updated
1 day ago
docker pull kubelauncher/memcached