Skip to content

nico17dev/example-php-docker-helloworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.2%
  • JavaScript 14.1%
  • Dockerfile 2.9%
  • CSS 2.8%