Skip to content

crazycode/docker-memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-memcached

A docker image for running memcached, based on the Dockerfile from https://github.com/SylvainLasnier/memcached but built on debian/wheezy so the resulting image is less than half the size (about 126 MiB).

You can start (and download) this docker image like so:

docker run -d -P --name memcached crazycode/memcached

You can change the default memory limit and connection limit by setting environment variables:

  • MAX_MEM defaults to 64 (in megabytes)
  • MAX_CONN defaults to 1024
docker run -d -P --name memcached -e MAX_MEM=1024 -e MAX_CONN=2000 crazycode/memcached

TIP for reproducible infrastructure, look under Tags, there are date tags

About

docker memcached

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published