Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 427 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 427 Bytes

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