Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 410 Bytes

DISCLAIMER

This is memcached server with consul discovery

Usage:

docker run -d \
  -e CONSUL_JOIN="172.0.0.1 172.0.1.2" \
  -e CONSUL_DC="mydc" \
  -e CONSUL_SERVICE_NAME="statsd" \
  devopsftw/memcached memcached -m 128m

Env vars:

  • CONSUL_JOIN: list of consul servers to join separated by space
  • CONSUL_DC: consul datacenter name
  • CONSUL_SERVICE_NAME: service name to register in consul