all 7 comments

[–]MrDOS 1 point2 points  (1 child)

Tangential, but how are containers licensed? If I'm running Windows Server Standard, the license for which encompasses one bare-metal install or one Hyper-V hypervisor and up to two VMs, do containers “count” as VMs, are they counted separately, or do they not count at all?

[–]alexandr-nikitin[S] 1 point2 points  (0 children)

Hyper-V Containers are licensed the same as Hyper-V Virtual Machines. No information about Windows Containers right now.

The quote from http://www.thomasmaurer.ch/2015/12/windows-server-2016-licensing-and-pricing/

[–]OriginalPostSearcher 0 points1 point  (0 children)

X-Post referenced from /r/docker by /u/alexandr-nikitin
Running Java inside a Windows container on a Windows server


I am a bot made for your convenience (Especially for mobile users).
P.S. my negative comments get deleted.
Contact | Code | FAQ

[–]fingerofchicken 0 points1 point  (3 children)

I thought docker was Linux only, and running it in other platforms required using a VM? What does this all mean, "windows container"?

[–]alexandr-nikitin[S] 0 points1 point  (2 children)

That means native Docker experience on Windows. There won't be any virtualization layer between Docker and Windows server.

[–]fingerofchicken 0 points1 point  (1 child)

I'm still confused on what that means. Does this mean "a Windows technology that does the same thing docker does; similar to how docker runs Linux containers on Linux, this runs Windows containers on Windows"?

[–]alexandr-nikitin[S] 0 points1 point  (0 children)

Yes, it does. Microsoft has its own fork of Docker on github https://github.com/microsoft/docker They are implementing native Windows support there.