Sign inSign up

centminmod/centos66-memcached

By centminmod

Updated almost 11 years ago

Memcached 1.4.22 + CentOS 6.6 + centminmod.com

Image
0

375

centminmod/centos66-memcached repository overview

Github repo for Dockerfile

Grab from Docker Hub

docker pull centminmod/centos66-memcached

Run docker container

docker run -d -p 11211:11211 -t centminmod/centos66-memcached

or specify a name e.g. memc1

docker run --name memc1 -d -p 11211:11211 -t centminmod/centos66-memcached

or map to 33211 local host port

docker run --name memc1 -d -p 33211:11211 -t centminmod/centos66-memcached

or allocate a custom memory limit and settings e.g. 512MB memory

docker run --name memc1 -d -p 33211:11211 -t centminmod/centos66-memcached memcached -m 512

or allocate a custom memory limit and settings e.g. 512MB memory and 2 threads

docker run --name memc1 -d -p 33211:11211 -t centminmod/centos66-memcached memcached -m 512 -t 2

to access container via bash if started with name = memc1

docker exec -ti memc1 /bin/bash

Tag summary

Content type

Image

Digest

sha256:ab3fbbf08

Size

150.6 MB

Last updated

almost 11 years ago

docker pull centminmod/centos66-memcached