Docker daemon on Ubuntu. pull windows containers or create my own?

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.