No matching manifest for windows/amd64 10.0.17763 in the manifest list entries

Hello,

Trying to follow the instructions on

But ending with the following error

PS C:\Docker\getting-started\app> docker build -t getting-started .
Sending build context to Docker daemon  4.658MB
Step 1/6 : FROM alpine:3.14
3.14: Pulling from library/alpine
no matching manifest for windows/amd64 10.0.17763 in the manifest list entries
PS C:\Docker\getting-started\app>

I think is because the example is calling alpine and i am using a Windows 2019 Core Machine
What else can i use for replacement and still folllow the instructions?

Thanks!

Johan

Based on the error message I guess you are using Docker Desktop for Windows and you switched to Windows containers. Then you can’t run Linux containers until you switch back to Linux Containers

I was guessing something like this. But I chose for the windows tab so I was thinking these were instructions for docker on windows.

Any suggestions where I can find instructions about docker for windows?

It could be a good start: About Windows containers | Microsoft Learn

Thanks did not find this article before. I am going to read it for sure.

Will there also be an update in the docker site about docker on windows?

Thanks !!

You can always ask for clarification if you feel the documentation does not cover a topic you need or incorrect:

However, you are actually trying to use Windows containers which is the area of Microsoft so if you can’t find a link in the documentation to the Microsoft docs, you can report it. When you are using Linux containers, the getting started guide should work on Windows as well if you have Docker Desktop