问题
I want to run IIS in my Docker container
But when I write this command :
docker pull microsoft/windowsservercore
I get this error :
Using default tag: latest Error response from daemon: manifest for microsoft/windowsservercore:latest not found
回答1:
Microsoft has deprecated the latest tag
https://techcommunity.microsoft.com/t5/Containers/Removing-the-latest-Tag-An-Update-on-MCR/ba-p/393045
the official image with latest tag is
docker run mcr.microsoft.com/windows/servercore:ltsc2019
来源:https://stackoverflow.com/questions/56005151/docker-manifest-for-microsoft-windowsservercorelatest-not-found