Return to Image List

memcached

memcached

Memcached is a high performance multithreaded event-based key/value cache store intended to be used in a distributed system.

See github.com for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
1.6.19-bookworm docker pull icr.io/ibmz/memcached@sha256:016ee0cde830e04f23a8178545361a4d1d1cf7597aaf7dafbf2c1c32a4f22f44 Vulnerability Report10-29-2024
Version Pull String Security (IBM Cloud) Created

Usage Notes

Run statement:

docker run --name my-memcache -d icr.io/ibmz/memcached:[version] memcached -m 64

This would set the Memcached server to use 64 megabytes for storage.

Note: This image is generally run on the same docker network as the containers that need to access to it over port 11211 and as such it does not publish ports. For more information about user networks please see docs.docker.com