win-server-core

This commit is contained in:
STAM 2021-04-01 12:20:42 +03:00
parent 99cec3c0fb
commit 409099ed75
3 changed files with 9 additions and 3 deletions

View File

@ -10,9 +10,7 @@ ENV chocolateyUseWindowsCompression false
##################################################################
# Installing IIS
##################################################################
# escape=`
RUN powershell -Command `
Add-WindowsFeature Web-Server; `
RUN powershell -Command Add-WindowsFeature Web-Server; \
Invoke-WebRequest -UseBasicParsing -Uri "https://dotnetbinaries.blob.core.windows.net/servicemonitor/2.0.1.10/ServiceMonitor.exe" -OutFile "C:\ServiceMonitor.exe"
##################################################################

View File

@ -0,0 +1,4 @@
![IIS Docker Image](https://avatars2.githubusercontent.com/u/6154722?v=3&s=200)
# IIS-ready Docker Image
* based on https://github.com/microsoft/iis-docker

View File

@ -0,0 +1,4 @@
![Windows-ready Docker Image](https://avatars2.githubusercontent.com/u/6154722?v=3&s=200)
# Windows-ready Docker Image
* based on https://hub.docker.com/_/microsoft-windows