Commit b9c7e9cd authored by Ben Parees's avatar Ben Parees Committed by GitHub

clean up instructions

parent fc4a2f21
...@@ -8,9 +8,9 @@ The application serves a single static html page via httpd. ...@@ -8,9 +8,9 @@ The application serves a single static html page via httpd.
To build and run the application: To build and run the application:
``` ```
$ s2i build centos/httpd-24-centos7 https://github.com/openshift/httpd-ex myhttpdimage $ s2i build https://github.com/openshift/httpd-ex centos/httpd-24-centos7 myhttpdimage
$ docker run -p 8080:8080 myhttpdimage $ docker run -p 8080:8080 myhttpdimage
$ curl localhost:8080 $ # browse to http://localhost:8080
``` ```
You can also build and deploy the application on OpenShift, assuming you have a You can also build and deploy the application on OpenShift, assuming you have a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment