Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 331 Bytes

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