Skip to content

State/memcached-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

memcached-docker

Docker built image is hosted here: https://registry.hub.docker.com/u/state/memcached/

Configuration

Configuration is done using environment variables.

  • MEMCACHED_PORT: 11211 (default)
  • MEMCACHED_CACHESIZE: 64 (default)

Running

docker run -e MEMCACHED_CACHESIZE=512 state/memcached

Releases

No releases published

Packages

No packages published