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.15-bullseye docker pull icr.io/ibmz/memcached@sha256:e4f10ad2041225959b179eae0ae58f97f4020bce5d7a26847884a8fa92397046 Vulnerability Report04-30-2024
1.6.19-bullseye docker pull icr.io/ibmz/memcached@sha256:83182a9165bf39f4aaadd8f1403e78c0a4bc8d3b59723ad4cf3906ef0ebb23f5 Vulnerability Report04-30-2024
1.6.17-bullseye docker pull icr.io/ibmz/memcached@sha256:82c2bb8f41ea1af1dc68a9a96329f801a6130cd54376ba8c6354a9cfd2b253dc Vulnerability Report04-30-2024
1.6.10 docker pull icr.io/ibmz/memcached@sha256:53022561329cfb2d326e6c196bf660a6e4a97c214cd364da3379e6b91e80e03d Vulnerability Report04-30-2024
1.6.16-bullseye docker pull icr.io/ibmz/memcached@sha256:037ae73efd4b4103b0050d63aa79b20fe1b3fe2e0add4186fa35e67566051a6d Vulnerability Report04-30-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