Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 367 Bytes

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 .