This is just a simple node.js web server on docker.
Do a pull to this repository
$ sudo docker pull junwatu/nodejs-docker
Run docker for tag 1.0.0
$ sudo docker run -p 49000:8080 -d docker.io/junwatu/node-js-docker:1.0.0
Get the response from command line
$ curl http://localhost:49000
Content type
Image
Digest
sha256:7bc8b3fc9…
Size
-
Last updated
over 11 years ago
docker pull junwatu/nodejs-docker:1.0.0