Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 371 Bytes

Hello World

A simple docker message that shows a static HTML page with message based on the container's MESSAGE environment variable.

To run:

docker run --rm -it -p 9005:80 -e MESSAGE='Hello from Bot MD' fivehealth/hello-world

And you can access it from https://localhost:9005

To build:

docker build --squash . -t fivehealth/hello-world