microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
288 stars 128 forks source link

"Verify in browser" docs need updating #145

Closed daschott closed 5 months ago

daschott commented 5 years ago

The "Verify in browser" section of the IIS DockerHub docs which states: "With the current release, you can't use http://localhost to browse your site from the container host. This is because of a known behavior in WinNAT, and will be resolved in future. Until that is addressed, you need to use the IP address of the container."

can be removed as this limitation has been overcome.

See https://github.com/MicrosoftDocs/Virtualization-Documentation/issues/181#issuecomment-408954306 for details.

shirhatti commented 5 years ago

@mcy94w Looks like the README files have diverged? Could you address this is as well as part of https://github.com/Microsoft/mcrdocs/pull/51?