Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T00:15:07.000Z (about 1 year ago)
- Last Synced: 2024-10-26T03:06:01.168Z (3 months ago)
- Topics: docker, docker-image, nodejs-info
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- 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
[![Project Maintenance](https://img.shields.io/maintenance/yes/2022.svg)](https://github.com/pedrolamas/docker-nodejs-info 'GitHub Repository')
[![License](https://img.shields.io/github/license/pedrolamas/docker-nodejs-info.svg)](https://github.com/pedrolamas/docker-nodejs-info/blob/master/LICENSE 'License')[![CI](https://github.com/pedrolamas/docker-nodejs-info/workflows/CI/badge.svg)](https://github.com/pedrolamas/docker-nodejs-info/actions 'Build Status')
[![Twitter Follow](https://img.shields.io/twitter/follow/pedrolamas?style=social)](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