Docker 2.0 went from $11M to $135M in 2 years
1–10 of 334 posts
Re: Docker 2.0 went from $11M to $135M in 2 years
#2Re: Docker 2.0 went from $11M to $135M in 2 years
#3This seems like twist on the common play of subsidize with VC dollars until you have a large market share then increase the price to profitability.
Re: Docker 2.0 went from $11M to $135M in 2 years
#4Re: Docker 2.0 went from $11M to $135M in 2 years
#5Anecdotally, I use Colima on my Mac, and it is better than Docker Desktop in pretty much every way I can think of. I'm sure I'm not alone.
Generally, a company like Docker would sell support agreements (ie: how Red Hat does it), but selling support to developers rather than to support core infrastructure/production deployments probably wouldn't work. I hope they can figure it out and succeed.
Re: Docker 2.0 went from $11M to $135M in 2 years
#6Given the state of our internal tooling, we can conceivably move to podman or similar within the next year if the license fees become onerous, but, given the size of our org, we likely will just keep forking over license fees as it's cheaper than the salary to remove the dependency.
Re: Docker 2.0 went from $11M to $135M in 2 years
#7I found the first scenario that I actually wanted to pay Docker for- a dedicated, hosted Buildx runner. Not some multi-tenant thing that reads and writes a slow cache to S3 before and after every build. A fast one, that keeps the cache hot.
I'd pay 2x whatever the EC2 instance cost would be to have this managed and updated automatically.
Re: Docker 2.0 went from $11M to $135M in 2 years
#8Re: Docker 2.0 went from $11M to $135M in 2 years
#9The problem I see with their business model is that the technology has long been commoditized, and alternatives are often better. It's a pretty tough spot to be in. Anecdotally, I use Colima on my Mac, and it is better than Docker Desktop in pretty much every way I can think of. I'm sure I'm not alone. Generally, a company like Docker would sell support agreements (ie: how Red Hat does it), but selling support to dev…
Re: Docker 2.0 went from $11M to $135M in 2 years
#10Our company pays for Docker Desktop licenses, but we've made every other effort to not rely on Docker directly (e.g. DockerHub) to avoid the SPF. Pull-through caches with ECR were a quick way to drastically reduce reliance further. Given the state of our internal tooling, we can conceivably move to podman or similar within the next year if the license fees become onerous, but, given the size of our org, we likely wil…