command
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Feb 17, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hello, OpenShift!
This example will serve an HTTP response of "Hello OpenShift!".
$ oc create -f examples/hello-openshift/hello-pod.json
$ oc get pod hello-openshift -o yaml |grep podIP
podIP: 10.1.0.2
$ curl 10.1.0.2:8080
Hello OpenShift!
To test from external network, you need to create router. Please refer to Running the router
If you need to rebuild the image:
$ go build -tags netgo # avoid dynamic linking (we want a static binary)
$ mv hello-openshift bin
$ docker build -t docker.io/openshift/hello-openshift .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.