DirectorySecurity advisories
Sign in

Directory

memcached logo

memcached

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/memcached

Need access to a specific version? Contact us.

Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/memcached:latest

Using Memcached

The default memcached port is 11211. To run with Docker using default configuration:

docker run -p 11211:11211 --rm cgr.dev/chainguard/memcached

Connect to Memcached with telnet

$ telnet localhost 11211
Trying ::1...
Connected to localhost.
Escape character is '^]'.
set foo 0 100 3
bar
STORED
get foo
VALUE foo 0 3
bar
END
quit
Connection closed by foreign host.

Users and Directories

By default this image runs as a non-root user named memcached with a uid of 65532.

Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • BSD-3-Clause

  • GPL-2.0-or-later

  • GPL-3.0-or-later

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

View more

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Category
application
databases

Products

Chainguard Images

© 2024 Chainguard, Inc.