Skip to content

theodesp/memcached-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcached Alpine

A minimal Supervisor managed Memcached deamon for docker using the latest Alpine Linux.

Usage

Pull and run

docker pull theodesp/memcached-alpine
docker run -i --name memcached -p 10022:22 -p 11211:11211 `docker images -q theodesp/memcached-alpine`

Netcat Examples

Connect to the container and use netcat to check the server

docker run -it `docker ps -aqf "name=memcached"` /bin/sh
  
# Stats
echo -e "stats" | nc localhost 11211

Licence

MIT

About

Memcached docker image using the latest Alpine Linux and managed by Supervisor

Topics

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors