Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/hello-openshift
https://github.com/giannisalinetti/hello-openshift
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giannisalinetti/hello-openshift
- Owner: giannisalinetti
- Created: 2020-10-13T21:47:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T21:54:55.000Z (almost 4 years ago)
- Last Synced: 2023-02-28T12:37:23.723Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]