Skip to content

Files for building a memcached container images, using the current Fedora base image.

License

Notifications You must be signed in to change notification settings

release-engineering/memcached-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Files for building a memcached image

This repository contains configuration and supporting files for building a memcached container image. The image is built on the current Fedora base image. The Dockerfile is based on the Fedora Cloud memcached image.

Build

To build the container in OpenShift, you can run:

oc new-build https://github.com/release-engineering/memcached-container

Deployment

The recommended deployment method is OpenShift.

Configuration

All configuration of the image is handled via environment variables, provided by your container runtime environment.

  • MEMCACHED_CACHE_SIZE: Number of MB of memory to use for object storage, the default is 64.
  • MEMCACHED_CONNECTIONS: Max simultaneous connections, the default is 1024.
  • MEMCACHED_THREADS: Number of threads to use to process incoming requests, the default is 4.
  • MEMCACHED_ARGS: Command-line options to pass directly to memcached.

About

Files for building a memcached container images, using the current Fedora base image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published