Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giannisalinetti/minimal-webserver


https://github.com/giannisalinetti/minimal-webserver

Last synced: 11 days ago
JSON representation

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
```