TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Docker and Microsoft announce more innovation to cross platforms and win hearts

21 pointsby ghoshalmost 10 years ago

6 comments

atomialmost 10 years ago
Some folks aren't clear on the limitations. Linux containers will never run on bare metal using Windows Server OS. Virtualization will be required and you will incur that performance penalty. This is Microsoft appeasing it's current users. They aren't making any effort to get folks to switch from Linux as far as I can tell.
评论 #9766810 未加载
评论 #9766963 未加载
fixxeralmost 10 years ago
My experiences running Docker on Ubuntu on MS virtualization have been negative to lukewarm. First annoyance was dealing with dynamic memory allocation for the linux host, which works fine (I&#x27;m told) for Windows VMs, but had to be turned off. Second was some DNS issues, but it could just be that we have a shitty admin.<p>Nevertheless, Linux (and by extension Docker) and Windows are strange bedfellows IMO. I don&#x27;t get the alliance from MS perspective.<p>Perhaps they&#x27;re trying to focus on being a platform for developers, similar to Apple? The MS fans I work with love their interface... They just don&#x27;t love paying license fees for production apps.
评论 #9767962 未加载
vezzy-fnordalmost 10 years ago
I wish people would stop butchering the word &quot;innovation&quot; as it pertains to software, though I realize this is a press release.<p>That said, I am interested how the Windows Server subsystems are going to be extended&#x2F;rearchitected into enabling Docker. A verbatim compatibility layer for Linux namespaces and cgroups, or an LPAR-esque mechanism of their own that could potentially be used to build Windows-only container solutions that harness its specific powers?
megaman821almost 10 years ago
What is this multiplatform container application they talk about? Is it a Hyper-V container with small Linux runtime? Or a docker-compose file with some containers running on Windows and some on Linux (e.g. ASP.NET on Windows and Redis on Linux)?
评论 #9767977 未加载
dangalmost 10 years ago
Is this different from what was announced yesterday, and if it is, can someone please give us an accurate non-PR-speak title?
评论 #9768044 未加载
fpordeigalmost 10 years ago
Microsoft is making the good moves to win back my heart as a developer. But the biggest one is still missing: a plan to kill ie&lt;10 quickly.