1

Is there a windows server base image for docker? I'm using boot2docker and I understand it runs an in memory VM based on Tiny Core Linux. All the docker files I see on docker hub have a Linux base image e.g. FROM debian:wheezy. I obviously haven't look at all of them.

Does anyone know if a windows server base image exists or is in the works?

user195166
  • 417
  • 5
  • 16
  • possible duplicate of [Docker.io for Windows](http://stackoverflow.com/questions/18854240/docker-io-for-windows) – Bryan Nov 12 '14 at 13:59

1 Answers1

1

That's, for now, impossible because Mircosoft is willing to implement a docker like behavior but is far away to be launching features like that.

see http://blog.docker.com/2014/10/docker-microsoft-partner-distributed-applications/

Markus
  • 1,465
  • 4
  • 18
  • 29
  • Thanks the section named "Docker Engine for Windows Server" detailed what I needed to know. So for now anything .NET on docker will be via Mono. – user195166 Nov 12 '14 at 09:55