Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giannisalinetti/minimal-webserver
https://github.com/giannisalinetti/minimal-webserver
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giannisalinetti/minimal-webserver
- Owner: giannisalinetti
- Created: 2020-01-28T23:56:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T00:10:33.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T06:51:10.275Z (about 2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Webserver
Tiny go 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/minimal-webserver
```Try to inspect the build logs and demonstrate that a pure Docker build has
been triggered.
```
$ oc logs builds/minimal-webserver-1 -f
```