Skip to content

jpoon/server-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🔎 Windows Container - ServerInfo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published