Sign inSign up

mini/memcached

By mini

Updated almost 11 years ago

Image
1

725

mini/memcached repository overview

mini/memcached

memcached service container.

Usage

To run this container and bind port 11211:

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

You can now check the logs:

docker logs <CONTAINER_ID>

But memcached doesn't output too much to be useful :smile:

Adjusting maximum memory

This container by default will set 64MB of maximum RAM to memcached. If you want to adjust this (bigger or smaller), use MEMCACHED_MEMORY environment variable and indicate the amount in megabytes (just numbers):

docker run -d -p 11211:11211 -e MEMCACHED_MEMORY=512 mini/memcached

Above will make memcached use 512MB of RAM.

Sponsor

Work on this was made possible thanks to AREA 17.

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.

Tag summary

Content type

Image

Digest

sha256:62cf621cf

Size

4.8 MB

Last updated

almost 11 years ago

docker pull mini/memcached