nico17dev / example-php-docker-helloworld

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Docker Build Helloworld Example

This is an example php application, which can be deployed to APPUiO using the following commands

How to deploy

CLI / oc Client

Create New OpenShift Project

oc new-project example-php-dockerfile-helloworld

Create Application and expose Service

oc new-app https://github.com/appuio/example-php-docker-helloworld.git --strategy=docker --name=appuio-php-docker-ex

oc expose service appuio-php-docker-ex

About

License:Apache License 2.0


Languages

Language:PHP 80.1%Language:JavaScript 14.1%Language:Dockerfile 2.9%Language:CSS 2.8%