Skip to content

Based on crccheck/docker-hello-world - purpose is for use of OpenShift Demo

Notifications You must be signed in to change notification settings

mattmahoneyrh/os-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

Based on: crccheck/docker-hello-world

This is a simple image that just gives a response on port 8000.

$ docker images | grep hell
REPOSITORY               TAG       IMAGE ID        CREATED          VIRTUAL SIZE
mattmahoneyrh/hello-world <>         <>             <>                 <>

Sample Usage

Build image

$ build.sh

Start container

$ docker run -d --name os-demo -p 8080:8000 mattmahoneyrh/hello-world

Starting web server on port 8080

Curl Exmaple

$ curl localhost:8080
Hello World
...

About

Based on crccheck/docker-hello-world - purpose is for use of OpenShift Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published