11## Tags and respective ` Dockerfile ` links
22
3- - [ ` 4.1.0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/4.1.0 ) ,` centos-7-redis40u ` [ (centos-7-redis40u/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile )
4- - [ ` 3.1.0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/3.1.0 ) ,` centos-7 ` [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile )
5- - [ ` 1.2.0 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/1.2.0 ) ,` centos-6 ` [ (centos-6/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile )
3+ - [ ` 4.1.1 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/4.1.1 ) ,` centos-7-redis40u ` [ (centos-7-redis40u/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile )
4+ - [ ` 3.1.1 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/3.1.1 ) ,` centos-7 ` [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile )
5+ - [ ` 1.2.1 ` ] ( https://github.com/jdeathe/centos-ssh-redis/tree/1.2.1 ) ,` centos-6 ` [ (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=1024" \
28- jdeathe/centos-ssh-redis:4.1.0
28+ jdeathe/centos-ssh-redis:4.1.1
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:4.1.0
79+ jdeathe/centos-ssh-redis:4.1.1
8080```
8181
8282#### Environment variables
0 commit comments