devizervlad/iis-net4x-net35

By devizervlad

Updated 4 months ago

The multi-platform Windows Server Core image with preinstalled IIS and NET 3.5.

Image
Web servers
0

10K+

devizervlad/iis-net4x-net35 repository overview

The multi-platform Windows Server Core image with preinstalled IIS and NET 3.5. Logs and Health check are powered by LogMonitor and Service Monitor. Included windows builds are:

  • LTSC 2025,
  • LTSC 2022,
  • LTSC 2019,
  • LTSC 2016.

 

docker run -d --name legacy-web-app -p 8080:80 \
   --mount type=bind,source=/path/to/app,target=C:\Inetpub\wwwroot \
   -e IIS_NET_VERSION="v2.0|v4.0" \
   devizervlad/iis-net4x-net35

Management tools and choco are also pre-installed.

Default IIS_NET_VERSION is v4.0.

Tag summary

Content type

Image

Digest

sha256:717994bf4

Size

5.6 GB

Last updated

4 months ago

docker pull devizervlad/iis-net4x-net35