Simple microsoft/iis Testapp
10K+
uses microsoft/iis as base image
//to pull the image
docker pull essscarrr/helloworldapp
//run the image
docker run --name helloworldapp -d -p 80:80 essscarrr/helloworldapp
//get IP of running container
docker inspect --format="{{.NetworkSettings.Networks.nat.IPAddress}}" helloworldapp
runs with Port 8000
Content type
Image
Digest
Size
5 GB
Last updated
almost 9 years ago
docker pull essscarrr/helloworldapp