Skip to content

tekmaven/iis-echo-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iis-echo-headers

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.

Screenshot

Getting Started

Prerequisites

Running the container

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.

Building the container

cd src
docker build -t your/tag-name:version .

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details