Skip to content

A simple webserver with hello world that gets its message from the environment.

License

Notifications You must be signed in to change notification settings

fivehealth/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple webserver with hello world that gets its message from the environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published