memcached service container.
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:
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.
ISC
Content type
Image
Digest
sha256:d3fda9cd9…
Size
4 MB
Last updated
almost 11 years ago
docker pull luislavena/mini-memcached