mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
win-server-core
This commit is contained in:
parent
99cec3c0fb
commit
409099ed75
@ -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"
|
||||
|
||||
##################################################################
|
||||
|
4
win32/epicmorg/prod/win-server-core/README.md
Normal file
4
win32/epicmorg/prod/win-server-core/README.md
Normal 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
|
4
win32/epicmorg/prod/win10/README.md
Normal file
4
win32/epicmorg/prod/win10/README.md
Normal 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
|
Loading…
Reference in New Issue
Block a user