I am new to docker , recently I have installed docker on my windows 10 machine(amd/64). But while using below link I am getting issues.
As per above link if I try to use image pull command : FROM mcr.microsoft.com/dotnet/core/sdk:3.0 AS build
I get below error :
No matching manifest for windows/amd64 10.0.17134 in the manifest list entries
I tried below steps to resolve this : 1. Changed docker desktop to windows containers & restarted service of docker. 2. Also modified docker configuration file value for parameter experimental as true.
Though it did not helped me out. What I am expecting here is I want to make one windows image with dotnet core build + release setup. But currently its not working in my case. Probably if I change docker desktop to linux container it will work but this is not what i want.
Please do suggest solution for this, If my understanding is not clear do heighlight.