Skip to content

ryanlabouve/hello-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Node

PONG style box to help troubleshoot connectivity issues.

Usage

Example:

docker run -d -p 3000:3000 ryanlabouve/hello-node:latest
curl localhost:3000 # => Hello World!

Customize

Customize response by sending in a custom environment variable.

Example:

docker run -d -p 3000:3000 -e MESSAGE="party on garth" ryanlabouve/hello-node:latest
curl localhost:3000 # => party on garth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published