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?
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
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