'How to install Docker Desktop inside a Windows Server Core based container

Haven't come across any article that says how to setup Docker in Docker for Windows (native, not WSL). Trying to build a Windows Server Core based image but from within a Windows Server Core Container. Is this possible?



Solution 1:[1]

Docker Desktop should be used on Windows 10/11 only. For Server environments, which Windows containers are based on, you should install the Docker/Mirantis engine. However, I'm not entirely sure this would work and even if it does (one can try), it should not be supported.

Solution 2:[2]

No idea if / how PyCairo exposes this, but the cairo API you are looking for is "write by calling a function with the data to write": https://www.cairographics.org/manual/cairo-SVG-Surfaces.html#cairo-svg-surface-create-for-stream

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Vinicius Apolinario
Solution 2 Uli Schlachter