This image is a simple "hello world" Node.js web server running on port 80.
1.2K
This image is a simple "hello world" Node.js web server running on port 80.
Why?
We often setup Docker environments with an ingres or SSL-termination service sitting in front of a Node.js application. This image acts as a placeholder, allowing us to setup a Docker environment while other developers are working on the actual Node server.
docker run --name test-server --rm ecor/node-test-server
Content type
Image
Digest
Size
21.6 MB
Last updated
over 8 years ago
docker pull ecor/node-test-server