Simple Docker image running a Node.js server with nodejs-info
4.0K
Simple Docker image running a Node.js server with nodejs-info
Create and run the new container as you would normally do:
docker run -d \
--name nodejs-info \
--net=host \
ei99070/docker-nodejs-info
By default the server runs on port 3000, but this can be changed by specifying the PORT environment variable.
docker run -d \
--name nodejs-info \
--net=host \
-e PORT=<alternative port> \
ei99070/docker-nodejs-info
MIT
Content type
Image
Digest
Size
51.1 MB
Last updated
over 4 years ago
docker pull ei99070/docker-nodejs-info