11## Tags and respective ` Dockerfile ` links
22
3- - ` centos-7-redis40u ` ,[ ` 4.0 .0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/4.0 .0 ) [ (centos-7-redis40u/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile )
4- - ` centos-7 ` ,[ ` 3.0 .0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/3.0 .0 ) [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile )
5- - ` centos-6 ` ,[ ` 1.1.1 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/1.1.1 ) [ (centos-6/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile )
3+ - ` centos-7-redis40u ` ,[ ` 4.1 .0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/4.1 .0 ) [ (centos-7-redis40u/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile )
4+ - ` centos-7 ` ,[ ` 3.1 .0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/3.1 .0 ) [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile )
5+ - ` centos-6 ` ,[ ` 1.2.0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/1.2.0 ) [ (centos-6/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile )
66
77## Overview
88
@@ -25,7 +25,7 @@ $ docker run -d \
2525 --name redis.1 \
2626 -p 6379:6379/tcp \
2727 --sysctl "net.core.somaxconn=2048" \
28- jdeathe/centos-ssh-redis:1.1.1
28+ jdeathe/centos-ssh-redis:1.2.0
2929```
3030
3131Verify the named container's process status and health.
@@ -76,7 +76,7 @@ $ docker stop redis.1 && \
7676 --env "REDIS_MAXMEMORY_SAMPLES=10" \
7777 --env "REDIS_OPTIONS=--loglevel verbose" \
7878 --env "REDIS_TCP_BACKLOG=2048" \
79- jdeathe/centos-ssh-redis:1.1.1
79+ jdeathe/centos-ssh-redis:1.2.0
8080```
8181
8282#### Environment Variables
0 commit comments