/docker-nodejs-helloworld

A small webserver to test Docker containers with HTTP

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

node.js Hello World Container

Small container with a webserver that will return the request URL, listening on port 8080

Usage

This container is available as a trusted build on Docker Hub:

$ podman run -p 8080:8080 -d simonkrenger/nodejs-helloworld
$ curl localhost:8080/hello/world
/hello/world