https://github.com/pascalgn/hostinfo
Express server that displays environment variables and request headers
https://github.com/pascalgn/hostinfo
docker express nodejs
Last synced: 3 months ago
JSON representation
Express server that displays environment variables and request headers
- Host: GitHub
- URL: https://github.com/pascalgn/hostinfo
- Owner: pascalgn
- License: isc
- Created: 2017-08-03T12:59:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T15:40:11.000Z (over 5 years ago)
- Last Synced: 2025-02-10T15:50:42.223Z (5 months ago)
- Topics: docker, express, nodejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hostinfo
[](https://hub.docker.com/r/pascalgn/hostinfo/)
[Express](https://expressjs.com/) server that displays environment variables and request headers
## Usage
To start the server, run
$ docker run --rm -d -p 5000:5000 pascalgn/hostinfo
To run in Kubernetes, use
$ kubectl apply -f examples/kubernetes.yaml
## License
[ISC](LICENSE)