How run Docker's container with IIS in Ubuntu

2019-07-05 08:06发布

问题:

Excuse me for my bad english.

My problem: Docker's IIS container don't install in Ubuntu... I have error's when i try pull this containers.

Docker's Hub Pages : https://hub.docker.com/r/microsoft/iis/ и https://hub.docker.com/r/nanoserver/iis/ ...

Container microsoft/dotnet normal working in Ubuntu. What i need do that will install and start container with IIS in Ubuntu.

回答1:

Windows containers don't run on Linux hosts. You'll need windows server.

See this github issue for more info