/nodejs_test

Test dockerized nodeJS

Primary LanguageJavaScript

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>