I installed docker CE on an Ubuntu 16.04, and when I try:
docker pull microsoft/windowsservercore It fails:
Using default tag: latest latest: Pulling from microsoft/windowsservercore 3889bb8d808b: Pulling fs layer da87b55a9b63: Pulling fs layer image operating system "windows" cannot be used on this platform Is it possible to run a windows image on a linux host with docker? If yes, how should I do that?