Updated docs to reflect ZS version tags
This commit is contained in:
parent
682bd9f7cf
commit
fc17124631
|
|
@ -1,7 +1,7 @@
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`latest`, `5.5` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/5.5/Dockerfile)
|
- [`latest`, `7.0-php5.5`, `5.5` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/7.0/5.5/Dockerfile)
|
||||||
- [`5.4` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/5.4/Dockerfile)
|
- [`5.4`, `7.0-php5.4 (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/7.0/5.4/Dockerfile)
|
||||||
|
|
||||||
For more information about this image and its history, please see the [relevant
|
For more information about this image and its history, please see the [relevant
|
||||||
manifest file
|
manifest file
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@ Zend Server is shared on [Docker-Hub] as **php-zendserver**.
|
||||||
|
|
||||||
$ docker run php-zendserver
|
$ docker run php-zendserver
|
||||||
|
|
||||||
- You can specify the PHP version by adding ':<php-version>' to the 'docker run' command. Availible version are 5.4 & 5.5 (5.5 is the default).
|
- You can specify the PHP and Zend Server version by adding ':<php-version>' or ':<ZS-version>-php<version>' to the 'docker run' command. Availible PHP version are 5.4 & 5.5 (5.5 is the default) and Zend Server 7
|
||||||
|
(for example: php-zendserver:7.0-php5.4).
|
||||||
|
|
||||||
- To start a Zend Server cluster, execute the following command for each cluster node:
|
- To start a Zend Server cluster, execute the following command for each cluster node:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue