Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 217 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 217 Bytes

Test

Build it

docker build -t node-hello:latest

Run it

docker run -d -p 80:8080 node-hello:latest

Test it

curl http://127.0.0.1

Kill it

docker stop <containerID>