Skip to content

/ping pong web server for container orchestration testing

Notifications You must be signed in to change notification settings

tsongpon/pingpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pingpong

This is a simple image that just gives a response on port 8080. Use this to test your web orchestration.

Sample Usage

Build image

$ docker build -t tsongpon/pingpong .   

Starting a web server on port 80

$ docker run -d --name web-test -p 80:8080 tsongpon/pingpong

You can now interact with this as if it were a dumb web server:

$ curl localhost/ping
pong
...

About

/ping pong web server for container orchestration testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published