tekmaven / iis-echo-headers

A useful windows container for testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A useful windows container for testing.

License:Apache License 2.0


Languages

Language:ASP 100.0%