Dockerized Node.js service, build on top of official Debian images.
608
Dockerized Nodejs service, built on top of official Debian images with supervisor.
$docker run -d -P --name test_nodejs thinegan/debian-nodejs:jessie
$docker port test_nodejs 8080
0.0.0.0:32781
$curl http://localhost:32781
Hello, welcome to our first contained application!
If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-nodejs repo, which is the source for this image.
Content type
Image
Digest
sha256:929275c17…
Size
262.1 MB
Last updated
about 2 years ago
docker pull thinegan/debian-nodejs