Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.35 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.35 KB

memcached

Docker Build GitHub Repo

These are docker images for Memcached running on our Alpine Linux image.

Versions

For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.

Volumes

  • /var/lib/memcached

Ports

  • 11211

Available environment variables

MEMCACHED_MAXCONN = 1024
MEMCACHED_MAXMEM = 64
MEMCACHED_OPTS =
MEMCACHED_SKIP_CHOWN = false
MEMCACHED_THREADS = 4

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2015 Thomas Boerger <http://www.webhippie.de>