Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giannisalinetti/hello-openshift


https://github.com/giannisalinetti/hello-openshift

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## OpenShift Simple Demo App

A minimal Golang web server to demonstrate application build quickly

To try it simply run the following command:
```
$ oc new-project hello-openshift-demo
$ oc new-app https://github.com/giannisalinetti/hello-openshift --strategy=docker
```

Try to inspect the build logs and demonstrate that a pure Docker build has been triggered.
```
$ oc logs builds/hello-openshift-1 -f
```

### Maintainer
Gianni Salinetti [email protected]