sql 2014 downloads successfully
"unknown blob" error
Unless you're using Windows containers, you will not be able to use this image, per their documentation.
I was trying to use Windows containers in Docker for Windows. Windows 10 anniv, not 2016 Server though.
Docker for Windows runs linux containers by default - You need to manually enable Windows Containers as the feature.
Can you provide the output of:
docker version
I figured it out. I think I had an old version that probably didn't support Windows containers. I upgraded to 1.13.0 and now it works. Thanks!
@FrenchBen any chance the error message in this scenario could be improved? Looking at the closed issues, this seems to crop up for lots of people, and 'unknown blob' during the image download isn't very actionable. An error message stating that you need to enable Windows Containers would be great! 馃槃
Unfortunately the error comes from Docker and not kitematic - We could do a find/replace, but I'm unsure if this would work as expected.
Ideally we should switch from hub.docker.com to https://store.docker.com since it allows to filter images by arch
Most helpful comment
I figured it out. I think I had an old version that probably didn't support Windows containers. I upgraded to 1.13.0 and now it works. Thanks!