Updated docs to reflect ZS version tags

This commit is contained in:
Dror G 2014-10-21 11:12:46 +03:00 committed by root
parent 682bd9f7cf
commit fc17124631
2 changed files with 4 additions and 3 deletions

View File

@ -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

View 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 ':&lt;ZS-version&gt;-php&lt;version&gt;' 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: