1
0
Эх сурвалжийг харах

Updated docs to reflect ZS version tags

Dror G 11 жил өмнө
parent
commit
fc17124631

+ 2 - 2
php-zendserver/README.md

@@ -1,7 +1,7 @@
 # Supported tags and respective `Dockerfile` links
 
-- [`latest`, `5.5` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/5.5/Dockerfile)
-- [`5.4` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/5.4/Dockerfile)
+- [`latest`, `7.0-php5.5`, `5.5` (*Dockerfile*)](https://github.com/zendtech/php-zendserver/blob/master/7.0/5.5/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
 manifest file

+ 2 - 1
php-zendserver/content.md

@@ -11,7 +11,8 @@ Zend Server is shared on [Docker-Hub] as **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: