An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# hostinfo

[![Docker build status](https://img.shields.io/docker/cloud/build/pascalgn/hostinfo.svg?style=flat-square)](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)