diff --git a/buildpack-deps/license.md b/buildpack-deps/license.md index 6b170cdf..00f310b0 100644 --- a/buildpack-deps/license.md +++ b/buildpack-deps/license.md @@ -1,2 +1,2 @@ View [license information](https://www.debian.org/social_contract#guidelines) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/clojure/license.md b/clojure/license.md index 2928f9be..585b5bb6 100644 --- a/clojure/license.md +++ b/clojure/license.md @@ -1,2 +1,2 @@ View [license information](http://clojure.org/license) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/golang/license.md b/golang/license.md index 7143afb3..cdce51c0 100644 --- a/golang/license.md +++ b/golang/license.md @@ -1,2 +1,2 @@ View [license information](http://golang.org/LICENSE) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/hylang/license.md b/hylang/license.md index 26bdeae6..76c2f0da 100644 --- a/hylang/license.md +++ b/hylang/license.md @@ -1,2 +1,2 @@ View [license information](https://github.com/hylang/hy/blob/master/LICENSE) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/perl/license.md b/perl/license.md index e22440d3..ab11e7d8 100644 --- a/perl/license.md +++ b/perl/license.md @@ -1,2 +1,2 @@ View [license information](http://dev.perl.org/licenses/) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/php-zendserver/README.md b/php-zendserver/README.md index d984722c..d1370f65 100644 --- a/php-zendserver/README.md +++ b/php-zendserver/README.md @@ -9,99 +9,99 @@ manifest file in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). -What is Zend Server? -================== - -Zend Server is the integrated application platform for PHP mobile and web apps. -Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray. -###Boost your Development with Z-Ray -Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! -###Powering Continuous Delivery -Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet. - -###Additional Resources -http://www.zend.com/ -http://kb.zend.com/ -http://files.zend.com/help/Zend-Server/zend-server.htm#faqs.htm -http://files.zend.com/help/Zend-Server/zend-server.htm#getting_started.htm - -PHP-ZendServer -============== -This is a cluster-enabled version of a Dockerized Zend Server 7.0 container. -With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing. - -Usage ------ -#### Launching the Container from Docker-Hub -Zend Server is shared on [Docker-Hub] as **php-zendserver**. -- To start a single Zend Server instance, execute: - - $ docker run php-zendserver - -- 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: - - $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend php-zendserver - -#### Launching the Container from Dockerfile - -- From a local folder containing this repo's clone, execute the following command to generate the image. The **image-id** will be outputted: - - $ docker build . - -- To start a single Zend Server instance, execute: - - $ docker run - -- To start a Zend Server cluster, execute the following command on each cluster node: - - $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend - -#### Accessing Zend server -Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password. - -To access the container **remotely**, port forwarding must be configured, either manually or using docker. -For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088: - - $ docker run -p 88:80 -p 10088:10081 php-zendserver - -For clustered instances: - - $ docker run -p 88:80 -p 10088:10081 -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend - -Please note, that when running multiple instances only one instance can be bound to a port. -If you are running a cluster, either assign a port redirect to one node only, or assign a different port to each container. - -#### Env variables -Env variables are passed in the run command with the "-e" switch. - -##### Optional env-variables: - -To specify a pre-defined admin password for Zend Server use: -- ZS_ADMIN_PASSWORD - -MySQL vars for clustered ops. *ALL* are required for the node to properly join a cluster: -- MYSQL_HOSTNAME - ip or hostname of MySQL database -- MYSQL_PORT - MySQL listening port -- MYSQL_USERNAME -- MYSQL_PASSWORD -- MYSQL_DBNAME - Name of the database Zend Server will use for cluster ops (created automatically if it does not exist). - -To specify a pre-purchased license use the following env vars: -- ZEND_LICENSE_KEY -- ZEND_LICENSE_ORDER - -### Minimal Requirements - -- Each Zend Server Docker container requires 1GB of availible memory. - -[Docker-Hub]:https://registry.hub.docker.com/_/php-zendserver/ +What is Zend Server? +================== + +Zend Server is the integrated application platform for PHP mobile and web apps. +Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray. +###Boost your Development with Z-Ray +Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! +###Powering Continuous Delivery +Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet. + +###Additional Resources +http://www.zend.com/ +http://kb.zend.com/ +http://files.zend.com/help/Zend-Server/zend-server.htm#faqs.htm +http://files.zend.com/help/Zend-Server/zend-server.htm#getting_started.htm + +PHP-ZendServer +============== +This is a cluster-enabled version of a Dockerized Zend Server 7.0 container. +With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing. + +Usage +----- +#### Launching the Container from Docker-Hub +Zend Server is shared on [Docker-Hub] as **php-zendserver**. +- To start a single Zend Server instance, execute: + + $ docker run php-zendserver + +- 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: + + $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend php-zendserver + +#### Launching the Container from Dockerfile + +- From a local folder containing this repo's clone, execute the following command to generate the image. The **image-id** will be outputted: + + $ docker build . + +- To start a single Zend Server instance, execute: + + $ docker run + +- To start a Zend Server cluster, execute the following command on each cluster node: + + $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend + +#### Accessing Zend server +Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password. + +To access the container **remotely**, port forwarding must be configured, either manually or using docker. +For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088: + + $ docker run -p 88:80 -p 10088:10081 php-zendserver + +For clustered instances: + + $ docker run -p 88:80 -p 10088:10081 -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend + +Please note, that when running multiple instances only one instance can be bound to a port. +If you are running a cluster, either assign a port redirect to one node only, or assign a different port to each container. + +#### Env variables +Env variables are passed in the run command with the "-e" switch. + +##### Optional env-variables: + +To specify a pre-defined admin password for Zend Server use: +- ZS_ADMIN_PASSWORD + +MySQL vars for clustered ops. *ALL* are required for the node to properly join a cluster: +- MYSQL_HOSTNAME - ip or hostname of MySQL database +- MYSQL_PORT - MySQL listening port +- MYSQL_USERNAME +- MYSQL_PASSWORD +- MYSQL_DBNAME - Name of the database Zend Server will use for cluster ops (created automatically if it does not exist). + +To specify a pre-purchased license use the following env vars: +- ZEND_LICENSE_KEY +- ZEND_LICENSE_ORDER + +### Minimal Requirements + +- Each Zend Server Docker container requires 1GB of availible memory. + +[Docker-Hub]:https://registry.hub.docker.com/_/php-zendserver/ # License -Zend Technologies Ltd. +Zend Technologies Ltd. # User Feedback diff --git a/php-zendserver/content.md b/php-zendserver/content.md index 76fd61b3..f1220e78 100644 --- a/php-zendserver/content.md +++ b/php-zendserver/content.md @@ -1,89 +1,89 @@ -What is Zend Server? -================== - -Zend Server is the integrated application platform for PHP mobile and web apps. -Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray. -###Boost your Development with Z-Ray -Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! -###Powering Continuous Delivery -Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet. - -###Additional Resources -http://www.zend.com/ -http://kb.zend.com/ -http://files.zend.com/help/Zend-Server/zend-server.htm#faqs.htm -http://files.zend.com/help/Zend-Server/zend-server.htm#getting_started.htm - -PHP-ZendServer -============== -This is a cluster-enabled version of a Dockerized Zend Server 7.0 container. -With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing. - -Usage ------ -#### Launching the Container from Docker-Hub -Zend Server is shared on [Docker-Hub] as **php-zendserver**. -- To start a single Zend Server instance, execute: - - $ docker run php-zendserver - -- 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: - - $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend php-zendserver - -#### Launching the Container from Dockerfile - -- From a local folder containing this repo's clone, execute the following command to generate the image. The **image-id** will be outputted: - - $ docker build . - -- To start a single Zend Server instance, execute: - - $ docker run - -- To start a Zend Server cluster, execute the following command on each cluster node: - - $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend - -#### Accessing Zend server -Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password. - -To access the container **remotely**, port forwarding must be configured, either manually or using docker. -For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088: - - $ docker run -p 88:80 -p 10088:10081 php-zendserver - -For clustered instances: - - $ docker run -p 88:80 -p 10088:10081 -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend - -Please note, that when running multiple instances only one instance can be bound to a port. -If you are running a cluster, either assign a port redirect to one node only, or assign a different port to each container. - -#### Env variables -Env variables are passed in the run command with the "-e" switch. - -##### Optional env-variables: - -To specify a pre-defined admin password for Zend Server use: -- ZS_ADMIN_PASSWORD - -MySQL vars for clustered ops. *ALL* are required for the node to properly join a cluster: -- MYSQL_HOSTNAME - ip or hostname of MySQL database -- MYSQL_PORT - MySQL listening port -- MYSQL_USERNAME -- MYSQL_PASSWORD -- MYSQL_DBNAME - Name of the database Zend Server will use for cluster ops (created automatically if it does not exist). - -To specify a pre-purchased license use the following env vars: -- ZEND_LICENSE_KEY -- ZEND_LICENSE_ORDER - -### Minimal Requirements - -- Each Zend Server Docker container requires 1GB of availible memory. - -[Docker-Hub]:https://registry.hub.docker.com/_/php-zendserver/ +What is Zend Server? +================== + +Zend Server is the integrated application platform for PHP mobile and web apps. +Zend Server provides you with a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the all-new Z-Ray. +###Boost your Development with Z-Ray +Using Zend Server Z-Ray is akin to wearing X-Ray goggles, effortlessly giving developers deep insight into how their code is running as they are developing it – all without having to change any of their habits or workflow. With Z-Ray, developers can immediately understand the impact of their code changes, enabling them to both improve quality and solve issues long before their code reaches production. In addition to the obvious benefits of this ‘Left Shifting’ – better performance, fewer production issues and faster recovery times – using Z-Ray is also downright fun! +###Powering Continuous Delivery +Zend Server is the platform that enables Continuous Delivery, which provides consistency, automation and collaboration capabilities throughout the application delivery cycle. Patterns are available to integrate Zend Server with: Chef, Jenkins, Nagios, Vmware, Puppet. + +###Additional Resources +http://www.zend.com/ +http://kb.zend.com/ +http://files.zend.com/help/Zend-Server/zend-server.htm#faqs.htm +http://files.zend.com/help/Zend-Server/zend-server.htm#getting_started.htm + +PHP-ZendServer +============== +This is a cluster-enabled version of a Dockerized Zend Server 7.0 container. +With Zend Server on Docker, you'll get your PHP applications up and running on a highly available PHP production environment which includes, amongst other features, a highly reliable PHP stack, application monitoring, troubleshooting, and the new and innovative new technology - Z-Ray. Z-Ray gives developers unprecedented visibility into their code by tracking and displaying in a toolbar live and detailed info on how the various elements constructing their page are performing. + +Usage +----- +#### Launching the Container from Docker-Hub +Zend Server is shared on [Docker-Hub] as **php-zendserver**. +- To start a single Zend Server instance, execute: + + $ docker run php-zendserver + +- 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: + + $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend php-zendserver + +#### Launching the Container from Dockerfile + +- From a local folder containing this repo's clone, execute the following command to generate the image. The **image-id** will be outputted: + + $ docker build . + +- To start a single Zend Server instance, execute: + + $ docker run + +- To start a Zend Server cluster, execute the following command on each cluster node: + + $ docker run -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend + +#### Accessing Zend server +Once started, the container will output the information required to access the PHP application and the Zend Server UI, including an automatically generated admin password. + +To access the container **remotely**, port forwarding must be configured, either manually or using docker. +For example, this command redirects port 80 to port 88, and port 10081 (Zend Server UI port) to port 10088: + + $ docker run -p 88:80 -p 10088:10081 php-zendserver + +For clustered instances: + + $ docker run -p 88:80 -p 10088:10081 -e MYSQL_HOSTNAME= -e MYSQL_PORT=3306 -e MYSQL_USERNAME= -e MYSQL_PASSWORD= -e MYSQL_DBNAME=zend + +Please note, that when running multiple instances only one instance can be bound to a port. +If you are running a cluster, either assign a port redirect to one node only, or assign a different port to each container. + +#### Env variables +Env variables are passed in the run command with the "-e" switch. + +##### Optional env-variables: + +To specify a pre-defined admin password for Zend Server use: +- ZS_ADMIN_PASSWORD + +MySQL vars for clustered ops. *ALL* are required for the node to properly join a cluster: +- MYSQL_HOSTNAME - ip or hostname of MySQL database +- MYSQL_PORT - MySQL listening port +- MYSQL_USERNAME +- MYSQL_PASSWORD +- MYSQL_DBNAME - Name of the database Zend Server will use for cluster ops (created automatically if it does not exist). + +To specify a pre-purchased license use the following env vars: +- ZEND_LICENSE_KEY +- ZEND_LICENSE_ORDER + +### Minimal Requirements + +- Each Zend Server Docker container requires 1GB of availible memory. + +[Docker-Hub]:https://registry.hub.docker.com/_/php-zendserver/ diff --git a/php-zendserver/license.md b/php-zendserver/license.md index 9f6415b4..0fb8b9ac 100644 --- a/php-zendserver/license.md +++ b/php-zendserver/license.md @@ -1 +1 @@ -Zend Technologies Ltd. +Zend Technologies Ltd. diff --git a/php/license.md b/php/license.md index 7117f49e..f4f4436a 100644 --- a/php/license.md +++ b/php/license.md @@ -1,2 +1,2 @@ View [license information](http://php.net/license/) -for the software contained in this image. \ No newline at end of file +for the software contained in this image. diff --git a/ruby/license.md b/ruby/license.md index 1586f765..622d7c06 100644 --- a/ruby/license.md +++ b/ruby/license.md @@ -1,2 +1,2 @@ View [license information](https://www.ruby-lang.org/en/about/license.txt) -for the software contained in this image. \ No newline at end of file +for the software contained in this image.