Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 97074b1

Browse files
committed
ISSUE 94: Updates to README for consistency.
1 parent ea23d3e commit 97074b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Apache PHP web server, loading only a minimal set of Apache modules by default.
77

88
## Overview & links
99

10-
The [Dockerfile](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile) can be used to build a base image that can be run as-is or used as the bases for other more specific builds.
10+
The latest CentOS-6 based release can be pulled from the centos-6 Docker tag. For a specific release tag the convention is `centos-6-1.7.0` for the [1.7.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.7.0) release tag.
11+
12+
- centos-6 [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/blob/centos-6/Dockerfile)
1113

1214
This build of [Apache](https://httpd.apache.org/), (httpd CentOS package), uses the [mod_fcgid](https://httpd.apache.org/mod_fcgid/) module to run [PHP](http://php.net/) as a [FastCGI](http://www.fastcgi.com/) process.
1315

@@ -36,7 +38,7 @@ $ docker run -d \
3638
--name apache-php.pool-1.1.1 \
3739
-p 8080:80 \
3840
-e "APACHE_SERVER_NAME=app-1.local" \
39-
jdeathe/centos-ssh-apache-php-fcgi:latest
41+
jdeathe/centos-ssh-apache-php-fcgi:centos-6
4042
```
4143

4244
Now point your browser to `http://{docker-host}:8080` where `{docker-host}` is the host name of your docker server and, if all went well, you should see the "Hello, world!" page.
@@ -302,7 +304,7 @@ $ docker run -d \
302304
--env "APACHE_SERVER_NAME=app-1.local" \
303305
--env "APACHE_MOD_SSL_ENABLED=true" \
304306
--volume apache-php.pool-1.1.1.data-ssl:/etc/services-config/ssl \
305-
jdeathe/centos-ssh-apache-php-fcgi:latest
307+
jdeathe/centos-ssh-apache-php-fcgi:centos-6
306308
```
307309

308310
##### APACHE_MPM

0 commit comments

Comments
 (0)