Yooakim
Yooakim

Reputation: 1817

Unknown Blob when pulling microsoft/xxxxx

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

Upvotes: 0

Views: 1157

Answers (1)

Yooakim
Yooakim

Reputation: 1817

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://learn.microsoft.com/sv-se/virtualization/windowscontainers/quick-start/quick-start-windows-10

Upvotes: 3

Related Questions