问题
I wanted to pull the the Docker image for Windows core/nano, docker pull microsoft/xxx
to my local computer. The pull starts but it quickly ends with the error unknown blob
Same result for both of these:
PS C:\>docker pull microsoft/nanoserver
PS C:\>docker pull microsoft/windowsservercore
回答1:
When trying to use images from Microsofts Docker repository "microsoft/xxx" you must ensure that you are running Docker with Windows containers, not Linux containers.
https://docs.microsoft.com/sv-se/virtualization/windowscontainers/quick-start/quick-start-windows-10
来源:https://stackoverflow.com/questions/42115425/unknown-blob-when-pulling-microsoft-xxxxx