Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1. [Net.

ServicePointManager]::SecurityProtocol =
[Net.SecurityProtocolType]::Tls12
2. Install-Package -Name docker -ProviderName DockerProvider -Force -
RequiredVersion 18.09.8
3. Restart-Computer -Force
4. docker pull mcr.microsoft.com/windows/servercore/iis
docker search microsoft
docker pull microsoft/iis:windowsservercore
5. docker images
6. docker run -d -p 80:80 microsoft/iis:windowsservercore cmd
7. ipconfig
8. http://172.16.0.32
9. docker ps
10. docker stop <ContainerID>
11. http://172.16.0.32

You might also like