A lightweight one file application which displays the request's headers in a web page, packaged into a Windows container. Useful for testing with Windows containers.
docker run -d -p 8000:80 tekmaven/iis-echo-headers
If you are trying to access the container on your local machine, please see this note on the Microsoft/aspnet-docker repository.
cd src
docker build -t your/tag-name:version .
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- @tekmaven (https://github.com/tekmaven)
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details