Sign inSign up

jbogatay/memcached

By jbogatay

Updated almost 11 years ago

Image
0

4.2K

jbogatay/memcached repository overview

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.

Tag summary

Content type

Image

Digest

sha256:a9619e916

Size

892.7 kB

Last updated

almost 11 years ago

docker pull jbogatay/memcached