Sign inSign up

junwatu/nodejs-docker

By junwatu

Updated over 11 years ago

Simple Node.js Web Server

Image
0

144

junwatu/nodejs-docker repository overview

This is just a simple node.js web server on docker.

Get Start

Do a pull to this repository

$ sudo docker pull junwatu/nodejs-docker

Run

Run docker for tag 1.0.0

$  sudo docker run -p 49000:8080 -d docker.io/junwatu/node-js-docker:1.0.0

Test

Get the response from command line

$  curl http://localhost:49000

Tag summary

Content type

Image

Digest

sha256:7bc8b3fc9

Size

-

Last updated

over 11 years ago

docker pull junwatu/nodejs-docker:1.0.0