Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.13 KB

File metadata and controls

35 lines (24 loc) · 1.13 KB

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