Hacker News new | ask | show | jobs
by DrNemski 3135 days ago
I'm not sure how you put GitHub in the mix to acquire Docker, they are not a very big company in terms of revenue (currently they talk about a $200m run rate, which is pitiful even compared to RedHat).

But I agree Microsoft is the most likely buyer. They are probably just waiting for the bottom to fall out for Docker and they can snap it up for the right price.

1 comments

An earlier draft of that comment had "not sure either company would bid very hard" phrased as "not sure either company has the financials to support" so I looked up RHT's market cap, saw it was in the 10s of billions, remembered GitHub is still privately held, and decided to stop the detailed research at that point.

Good catch, though. GitHub is a candidate because their core business model, like Most Linux Distributors, is built around aggregating and re-distributing open source software in a trustworthy fashion. (And support contracts around that.)

No acquisition is also a possibility. Neither Docker the tech nor Docker the company is too big to fail right now.

> No acquisition is also a possibility.

Oh my yes, the quiet release of CRI-O by RedHat and Google recently was a pivotal moment. You can run a container orchestration environment in production without anything from Docker the company. You still need it to build and maybe host images but the rest is pluggable.

Have you tried bazel.build by chance?