Skip to content

boxboat/hello-world-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

hello-world-webapp

Webapp used for testing. This exposes an internal IP and user header.

Published on docker hub:

docker pull boxboat/hello-world-webapp
docker run -e PORT=8080 -p 8080:8080 hello-world:latest
curl localhost:8080

Enviroment Variables:

PORT What port to listen on, default 8080

Build:

docker build -t boxboat/hello-world-webapp .

About

Simple web app used for smoke tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published