https://github.com/pedrolamas/docker-nodejs-info
:package: Docker image for nodejs-info
https://github.com/pedrolamas/docker-nodejs-info
docker docker-image nodejs-info
Last synced: about 2 months ago
JSON representation
:package: Docker image for nodejs-info
- Host: GitHub
- URL: https://github.com/pedrolamas/docker-nodejs-info
- Owner: pedrolamas
- License: mit
- Created: 2020-08-08T14:02:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T00:15:07.000Z (over 2 years ago)
- Last Synced: 2025-07-13T22:07:29.567Z (11 months ago)
- Topics: docker, docker-image, nodejs-info
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# docker-nodejs-info
[](https://github.com/pedrolamas/docker-nodejs-info 'GitHub Repository')
[](https://github.com/pedrolamas/docker-nodejs-info/blob/master/LICENSE 'License')
[](https://github.com/pedrolamas/docker-nodejs-info/actions 'Build Status')
[](https://twitter.com/pedrolamas '@pedrolamas')
Simple Docker image running a Node.js server with [nodejs-info](https://github.com/chrisveness/nodejs-info#readme)
## Usage
Create and run the new container as you would normally do:
```sh
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.
```sh
docker run -d \
--name nodejs-info \
--net=host \
-e PORT= \
ei99070/docker-nodejs-info
```
## License
MIT