diff --git a/php-zendserver/README.md b/php-zendserver/README.md index f830f5294..199dd5bbf 100644 --- a/php-zendserver/README.md +++ b/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 diff --git a/php-zendserver/content.md b/php-zendserver/content.md index e0387c4e8..72e5ed3fd 100644 --- a/php-zendserver/content.md +++ b/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 ':' 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 ':' 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: