joyrex2001 / asciime

Small demo project to show how to use minimal docker images in OpenShift using go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCIIme

ASCIIme is a small application that will convert uploaded images to an ASCII-art version of the image. The project is intended to demonstrate how to use minimal docker images in OpenShift using go.

Install in OpenShift

To install the project on your OpenShift/minishift platform:

oc new-project asciime
oc process -f deploy-ocp.yaml | oc create -f -
oc start-build asciime --from-dir=.

Just run...

If for some reason, you are actually interested in the application itself, rather than the process building it, you can run it go run main.go and visit http://localhost:8080 to have some fun.

About

Small demo project to show how to use minimal docker images in OpenShift using go.

License:MIT License


Languages

Language:Go 83.7%Language:HTML 13.2%Language:CSS 3.1%