Skip to content

pedrolamas/docker-nodejs-info

Repository files navigation

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

About

📦 Docker image for nodejs-info

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages