How to building docker image for Windows container from scratch

Hi!
I am learning docker and i have a question, what i can’t resolve: How to building docker image for Windows from scratch

When we use docker for linux we can do it by using FROM scratch in Dockerfile, but this method dont work with Windows containers. For education purpose i whant to create my own base image instead downloading it from official microsoft base images.

1 Like