Expected behavior
I should be able to build a windows server 2019 docker image and when provisioned should be able to build a container/pod that has all below dependencies installed:
- .NetFramework 4.7.2
- Vs BuildTools
- Docker-cli and Docker Engine
Below is the Dockerfile that I have build so far. I was able to achieve everything except installing docker-cli and docker engine to build a docker image.
Much appreciated for the help to make docker up and running in a pod/container that is running Windows server 2019