hn3000 / iis-hello-world

docker iis hello world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist IIS Hello World

Based on microsoft/aspnet:4.7.2-windowsservercore-ltsc2016 image.

Adds only index.html and calls C:\Windows\System32\inetsrv\appcmd list site during build.

Run:

$ docker build -t hello-world .
$ docker run -p8888:80 hello-world

http://localhost:8888 should show a "Test Page" with "No content here, by design".

About

docker iis hello world


Languages

Language:HTML 100.0%