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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Apache PHP web server, loading only a minimal set of Apache modules by default.
7
7
8
8
## Overview & links
9
9
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.8.0` or `1.8.0` for the [1.8.0](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.7.0) release tag.
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.8.1` or `1.8.1` for the [1.8.1](https://github.com/jdeathe/centos-ssh-apache-php-fcgi/tree/1.7.0) release tag.
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.
15
15
@@ -85,10 +85,10 @@ $ docker run \
85
85
--rm \
86
86
--privileged \
87
87
--volume /:/media/root \
88
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0 \
88
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1 \
89
89
/usr/sbin/scmi install \
90
90
--chroot=/media/root \
91
-
--tag=1.8.0 \
91
+
--tag=1.8.1 \
92
92
--name=apache-php.pool-1.1.1
93
93
```
94
94
@@ -101,10 +101,10 @@ $ docker run \
101
101
--rm \
102
102
--privileged \
103
103
--volume /:/media/root \
104
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0 \
104
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1 \
105
105
/usr/sbin/scmi uninstall \
106
106
--chroot=/media/root \
107
-
--tag=1.8.0 \
107
+
--tag=1.8.1 \
108
108
--name=apache-php.pool-1.1.1
109
109
```
110
110
@@ -117,10 +117,10 @@ $ docker run \
117
117
--rm \
118
118
--privileged \
119
119
--volume /:/media/root \
120
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0 \
120
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1 \
121
121
/usr/sbin/scmi install \
122
122
--chroot=/media/root \
123
-
--tag=1.8.0 \
123
+
--tag=1.8.1 \
124
124
--name=apache-php.pool-1.1.1 \
125
125
--manager=systemd \
126
126
--register \
@@ -142,7 +142,7 @@ To see detailed information about the image run `scmi` with the `--info` option.
142
142
$ eval "sudo -E $(
143
143
docker inspect \
144
144
-f "{{.ContainerConfig.Labels.install}}" \
145
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0
145
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1
146
146
) --info"
147
147
```
148
148
@@ -152,7 +152,7 @@ To perform an installation using the docker name `apache-php.pool-1.2.1` simply
152
152
$ eval "sudo -E $(
153
153
docker inspect \
154
154
-f "{{.ContainerConfig.Labels.install}}" \
155
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0
155
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1
156
156
) --name=apache-php.pool-1.2.1"
157
157
```
158
158
@@ -162,7 +162,7 @@ To uninstall use the *same command* that was used to install but with the `unins
162
162
$ eval "sudo -E $(
163
163
docker inspect \
164
164
-f "{{.ContainerConfig.Labels.uninstall}}" \
165
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0
165
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1
166
166
) --name=apache-php.pool-1.2.1"
167
167
```
168
168
@@ -175,7 +175,7 @@ To see detailed information about the image run `scmi` with the `--info` option.
175
175
```
176
176
$ sudo -E atomic install \
177
177
-n apache-php.pool-1.3.1 \
178
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0 \
178
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1 \
179
179
--info
180
180
```
181
181
@@ -184,14 +184,14 @@ To perform an installation using the docker name `apache-php.pool-1.3.1` simply
184
184
```
185
185
$ sudo -E atomic install \
186
186
-n apache-php.pool-1.3.1 \
187
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0
187
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1
188
188
```
189
189
190
190
Alternatively, you could use the `scmi` options `--name` or `-n` for naming the container.
191
191
192
192
```
193
193
$ sudo -E atomic install \
194
-
jdeathe/centos-ssh-apache-php-fcgi:1.8.0 \
194
+
jdeathe/centos-ssh-apache-php-fcgi:1.8.1 \
195
195
--name apache-php.pool-1.3.1
196
196
```
197
197
@@ -200,7 +200,7 @@ To uninstall use the *same command* that was used to install but with the `unins
0 commit comments