You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Docker Image including:
8
8
9
9
## Overview & links
10
10
11
-
The latest CentOS-6 / CentOS-7 based releases can be pulled from the `centos-6` / `centos-7` Docker tags respectively. For production use it is recommended to select a specific release tag - the convention is `centos-6-1.0.1` OR `1.0.1` for the [1.0.1](https://github.com/jdeathe/centos-ssh-redis/tree/1.0.1) release tag and `centos-7-2.0.1` OR `2.0.1` for the [2.0.1](https://github.com/jdeathe/centos-ssh-redis/tree/2.0.1) release tag.
11
+
The latest CentOS-6 / CentOS-7 based releases can be pulled from the `centos-6` / `centos-7` Docker tags respectively. For production use it is recommended to select a specific release tag - the convention is `centos-6-1.1.0` OR `1.1.0` for the [1.1.0](https://github.com/jdeathe/centos-ssh-redis/tree/1.1.0) release tag and `centos-7-2.1.0` OR `2.1.0` for the [2.1.0](https://github.com/jdeathe/centos-ssh-redis/tree/2.1.0) release tag.
Included in the build are the [SCL](https://www.softwarecollections.org/), [EPEL](http://fedoraproject.org/wiki/EPEL) and [IUS](https://ius.io) repositories. Installed packages include [OpenSSH](http://www.openssh.com/portable.html) secure shell, [vim-minimal](http://www.vim.org/), are installed along with python-setuptools, [supervisor](http://supervisord.org/) and [supervisor-stdout](https://github.com/coderanger/supervisor-stdout).
19
19
@@ -40,7 +40,7 @@ $ docker run -d \
40
40
--name redis.1 \
41
41
-p 6379:6379/tcp \
42
42
--sysctl "net.core.somaxconn=2048" \
43
-
jdeathe/centos-ssh-redis:1.0.1
43
+
jdeathe/centos-ssh-redis:1.1.0
44
44
```
45
45
46
46
Now you can verify it is initialised and running successfully by inspecting the container's logs.
0 commit comments