https://github.com/phase2/docker-memcache
Memcache container with tunable settings.
https://github.com/phase2/docker-memcache
centos docker-image memcached outrigger
Last synced: 4 months ago
JSON representation
Memcache container with tunable settings.
- Host: GitHub
- URL: https://github.com/phase2/docker-memcache
- Owner: phase2
- Created: 2017-02-17T23:18:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T23:19:09.000Z (about 9 years ago)
- Last Synced: 2025-05-15T18:51:36.278Z (10 months ago)
- Topics: centos, docker-image, memcached, outrigger
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Outrigger Memcache
> Memcache container with tunable settings.
[](https://microbadger.com/images/outrigger/memcache "Get your own version badge on microbadger.com") [](https://microbadger.com/images/outrigger/memcache "Get your own image badge on microbadger.com")
CentOS-based image of [Memcached](https://memcached.org/) distributed memory
object-caching system. Provides various environment settings to tune the Memcache
behavior.
For more documentation on how Outrigger images are constructed and how to work
with them, please [see the documentation](http://docs.outrigger.sh/en/latest/).
## Environment Variables
* `MEMCACHE_PORT`: [`11211`] The port Memcache will bind to. (Note that if this
is changed you must expose the new port in your docker command or docker-compose manifest.)
* `MEMCACHE_MAX_MEMORY`: [`64`] Memory limit for cached data (not a global memcache limit).
* `MEMCACHE_SLAB_SIZE`: [`1M`] Maximum size of a single object to be stored.
* `MEMCACHE_CONN`: [`1024`] Maximum number of concurrent connections.
## Security Reports
Please email outrigger@phase2technology.com with security concerns.
## Maintainers
[](https://www.phase2technology.com)