Sign inSign up

luislavena/mini-memcached

By luislavena

•Updated almost 11 years ago

Image
0

408

luislavena/mini-memcached repository overview

⁠mini-memcached

memcached⁠ service container.

⁠Usage

To run this container and bind port 11211:

docker run -d -p 11211:11211 luislavena/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 RAM to memcached. If you want to adjust this (bigger or smaller), use MEMCACHED_MEMORY environment variable and indicate the amount in megabytes:

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

Above will make memcached use 512MB of RAM.

⁠License

ISC

Tag summary

Content type

Image

Digest

sha256:d3fda9cd9…

Size

4 MB

Last updated

almost 11 years ago

docker pull luislavena/mini-memcached