Redis
Installation Docker Img 1 $ docker pull redis 2.1 $ docker run –name some-redis -d redis This image includes EXPOSE 6379 (the redis port), so standard container linking will make it automatically available to the linked containers (as the following...