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.
- If you are working behind a corporate http proxy, run the klabs/forgetproxy container
- 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.