Unknown Blob when pulling microsoft/xxxxx

笑着哭i 提交于 2019-12-25 09:10:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!