An open API service indexing awesome lists of open source software.

https://github.com/jpoon/server-info

:mag_right: Windows Container - ServerInfo
https://github.com/jpoon/server-info

aspnet docker-windows iis

Last synced: about 2 months ago
JSON representation

:mag_right: Windows Container - ServerInfo

Awesome Lists containing this project

README

          

# server-info

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

## Usage

Install [Docker for Windows](https://docs.docker.com/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
```