rhel10/memcached

memcached 1.5

Red Hat
Updated
10.1-1772482985latest10.1
Overview

Features

Release categoryGenerally Available
Privilege modeUnprivileged

Download this image

This will require authentication. View other options.

Description

memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

Usage

$ docker run -d --name memcached -p 11211:11211 rhel8/memcached

Command-line options supported by memcached may be specified as arguments of the run command. For example, the following command increases the maximum amount of memory to 128 megabytes and enables debug messages:

$ docker run -d --name memcached -p 11211:11211 rhel8/memcached -m 128 -vv

Environment variables

memcached started in the container can be also configured with the following environment variables:

MEMCACHED_MAX_MEMORY Specify the maximum amount of memory used for object storage in megabytes. The default value is 64 megabytes.

MEMCACHED_MAX_CONNECTIONS Specify the maximum number of client connections. The default value is 1024.

MEMCACHED_SLAB_PAGE_SIZE Specify the default size of the slab page. The default value is 1m.

MEMCACHED_EXTRA_PARAMETERS Specify any command-line options supported by memcached.

Documentation

Documentation of the Usage and Configuration

Products using this container

Type

Standalone image

Stream

Single-stream

Size

91.2 MB

(257.3 MB uncompressed)

Digest

Category

Database & Data Management
SecuritySpecifications

Image specifications

The following information was extracted from the dockerfile and other sources.

Canonical image IDmemcached 1.5
SummaryHigh-performance memory object caching system
Descriptionmemcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
ProviderRed Hat
Maintainertkorbar@redhat.com
Repository namerhel10/memcached
Image version10.1
Architectureamd64
Usagepodman run -d --name memcached -p 11211:11211 rhel10/memcached
Exposed ports11211:memcached
PackagesContainerfileGet this image
Terms & conditionsBefore downloading or using this Container, you must agree to the Red Hat subscription agreement located at redhat.com/licenses. If you do not agree with these terms, do not download or use the Container. If you have an existing Red Hat Enterprise Agreement (or other negotiated agreement with Red Hat) with terms that govern subscription services associated with Containers, then your existing agreement will control.

Registry tokens

Use a registry service account token to authenticate your container client. This allows you to pull images without using your personal Red Hat credentials, which is recommended for CI/CD pipelines and automated deployments.

Using Podman login


Image identifiers

Red Hat login

Use the following instructions to get images from a Red Hat container registry using your Red Hat login.

Using Podman login


Image identifiers


Unauthenticated

Use the following instructions to get images from a Red Hat container registry without providing authentication.

Update to new container registryTo support our existing users and users to come, we will be transitioning our product portfolio and customers to a new container registry. The new registry uses standard OAuth mechanisms to provide customers with the ability to configure their systems to pull containerized content using static tokens or their Red Hat login. Customers are encouraged to begin using the new registry as their preferred authentication method.

Using podman

Use the following command(s) from a system with podman installed.


Image identifiers

Getting source containers

Source code is available for all Red Hat UBI-based images in the form of downloadable containers. Here are a few things you should know about Red Hat source containers.

  • Although they are packaged as containers, source containers cannot be run. So instead of using podman pull to get them to your system, use the skopeo command.
  • Source containers are named based on the binary containers they represent. So, for example, to get the source container for a particular standard RHEL UBI 8 container (registry.access.redhat.com/ubi8/ubi8.1-397) you simply append -source to get the source code container for that image (registry.access.redhat.com/ubi8/ubi8.1-397-source).
  • Once a source container is copied to a local directory, you can use a combination of tar,gzip, and rpm commands to work with that content.

Step one

Use skopeo to copy the source image to a local directory

Step two

Inspect the image

Step three

Untar the contents

Step four

Begin examining and using the content.

Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat, LLC
Feedback