Docker HTTP Identifier

Docker Pulls

A simple HTTP server that accepts an environment variable to identify the server.

It also displays the path requested.

Usage

docker run --rm -it -e HOST="Server 1" -p 80:80 mattreid1/http-identifier

Demo