Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 664 Bytes

Readme.md

File metadata and controls

19 lines (11 loc) · 664 Bytes

MEMCACHED Docker image

The memcached server for eZ Publish and session storage. This image will set itself up and is already configured.

You should have no need to change or enter this container.

How to run the container

You can run the container with the docker run command :

``` sh
docker run klabs/memcached
```

But is is strongly recommended to use docker-compose with the stack.sh script provided in ezdocker-stack repository.