You won’t be able to docker build Windows images on Linux though, since a build is just a sequence of docker run + docker commit. If you want CI/CD for Windows images you pretty much have to build on top of Windows for that portion.
Share and learn in the Docker community.
You won’t be able to docker build Windows images on Linux though, since a build is just a sequence of docker run + docker commit. If you want CI/CD for Windows images you pretty much have to build on top of Windows for that portion.