Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/hello-server
https://github.com/giannisalinetti/hello-server
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giannisalinetti/hello-server
- Owner: giannisalinetti
- Created: 2020-02-08T22:38:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T22:39:27.000Z (almost 5 years ago)
- Last Synced: 2023-02-28T12:37:23.521Z (almost 2 years ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Webserver
Tiny Golang web server to demonstrate the Dockerfile strategy in OpenShift
Buildconfigs.To try it simply run the following command:
```
$ oc new-project dockerstrategy-demo
$ oc new-app https://github.com/giannisalinetti/hello-server
```Try to inspect the build logs and demonstrate that a pure Docker build has
been triggered.
```
$ oc logs builds/hello-server-1 -f
```### Maintainer
Gianni Salinetti