Skip to content

jbogatay/memcached

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-memcached

A very small docker container (< 2MB) containing only memcached 1.4.20.

To run with default options:

docker run -d -p 11211:11211 jbogatay/memcached

To specify runtime options

docker run -d -p 11211:11211 jbogatay/memcached -u root [whatever other options you want here]

To view available options

docker run --rm jbogatay/memcached -h

Shout out to the folks at microbox and their awesome 16MB dockerui as inspiration.

About

Docker memcached container in < 2MB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages