essscarrr/helloworldapp

By essscarrr

Updated almost 9 years ago

Simple microsoft/iis Testapp

Image
0

10K+

essscarrr/helloworldapp repository overview

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

Tag summary

Content type

Image

Digest

Size

5 GB

Last updated

almost 9 years ago

docker pull essscarrr/helloworldapp