Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

server-info

A simple Windows container that prints ServerInfo.GetHtml() for debugging.

Usage

Install Docker for Windows switching the daemon to Windows Containers. In Powershell,

> docker run jpoon/server-info
> $containerip = docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" server-info
> Test-NetConnection $containerip -Port 80

Development

> ./build.ps1
> docker run server-info