iis server with additional comfiguration for msnc
188
MS IIS with additional setup for running msnc web apps
TAG0 - orig original public image from microsoft repositories mcr.microsoft.com/windows/servercore/iis or microsoft/iis
TAG1 - remotepass dissabled password complexity for use easy passwords in OS contains possibility for remote management IIS server ... creating legal user for manage IIS node user: msnc pass: msnc500
TAG2 - apppool aditional setup for default application pool
Enable 32-bit Applications : True setup: LocalSystem
TAG2 - features Add all possible features for IIS server
#Add-windowsFeature Web-Server #Add-windowsFeature Web-WebServer #Add-windowsFeature Web-Common-Http #Add-windowsFeature Web-Default-Doc #Add-windowsFeature Web-Dir-Browsing #Add-windowsFeature Web-Http-Errors #Add-windowsFeature Web-Static-Content Add-windowsFeature Web-Http-Redirect Add-windowsFeature Web-DAV-Publishing
Add-windowsFeature Web-Health Add-windowsFeature Web-Log-Libraries Add-windowsFeature Web-ODBC-Logging Add-windowsFeature Web-Request-Monitor Add-windowsFeature Web-Http-Tracing
#Add-windowsFeature Web-Performance #Add-windowsFeature Web-Stat-Compression Add-windowsFeature Web-Dyn-Compression
#Add-windowsFeature Web-Security #Add-windowsFeature Web-Filtering Add-windowsFeature Web-Basic-Auth Add-windowsFeature Web-CertProvider Add-windowsFeature Web-Client-Auth Add-windowsFeature Web-Digest-Auth Add-windowsFeature Web-Cert-Auth Add-windowsFeature Web-IP-Security Add-windowsFeature Web-Url-Auth Add-windowsFeature Web-Windows-Auth
#Add-windowsFeature Web-App-Dev #Add-windowsFeature Web-Net-Ext Add-windowsFeature Web-Net-Ext45 Add-windowsFeature Web-AppInit Add-windowsFeature Web-ASP #Add-windowsFeature Web-Asp-Net Add-windowsFeature Web-Asp-Net45 Add-windowsFeature Web-CGI Add-windowsFeature Web-ISAPI-Ext Add-windowsFeature Web-ISAPI-Filter Add-windowsFeature Web-Includes Add-windowsFeature Web-WebSockets
Add-windowsFeature Web-Ftp-Server Add-windowsFeature Web-Ftp-Service Add-windowsFeature Web-Ftp-Ext
#Add-windowsFeature Web-Mgmt-Tools Add-windowsFeature Web-Mgmt-Console Add-windowsFeature Web-Mgmt-Compat Add-windowsFeature Web-Metabase Add-windowsFeature Web-Lgcy-Scripting Add-windowsFeature Web-WMI Add-windowsFeature Web-Scripting-Tools #Add-windowsFeature Web-Mgmt-Servic
Add-windowsFeature Web-WHC
TAG4: Adding MSReportViewer Assembly for IIS ASP NET processing application reports Adding CrystalReportViewer Assembly for IIS processing application reports
Content type
Image
Digest
Size
2.5 GB
Last updated
almost 7 years ago
docker pull orefus/iis:msnc2