Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 202 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 202 Bytes

memcached + healthcheck

Standard memcache image, adding a healtcheck.

docker service create \
  --detach \
  --name memcached \
  --publish 11211:11211 \
  johnhwhite/memcached-healthcheck