Sign inSign up

ei99070/docker-nodejs-info

By ei99070

Updated over 4 years ago

Simple Docker image running a Node.js server with nodejs-info

Image
0

4.0K

ei99070/docker-nodejs-info repository overview

docker-nodejs-info

Project Maintenance License

CI

Twitter Follow

Simple Docker image running a Node.js server with nodejs-info

Usage

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

License

MIT

Tag summary

Content type

Image

Digest

Size

51.1 MB

Last updated

over 4 years ago

docker pull ei99070/docker-nodejs-info