Live data from Hacker News

Docker Raises $23M

docker.com

231–240 of 281 posts

Re: Docker Raises $23M

#231

Earlier quoted context omitted.

I beg to differ. The jump from learning Docker (and containers generally) to learning Kubernetes is not “hard”. Sure it’s a different paradigm of application deployment but I’ve seen far too many posts on HN that completely undermine its value in the name of difficulty. You can use it if you’re not “at scale” completely fine and reap all the benefits as if you were. Idk it’s because people hate Google, so they hate K…

In my experience, adopting Kubernetes is seldom a well informed decision weighting the pros and the cons. Usually it's a stampede effect of higher-ups pushing for Kubernetes, because everyone else is, without really understanding what it entails. The truth is, Kubernetes is awesome, it brings many features to the table. But it also requires ~10% additional very expensive headcount, ~20% more tasks overall, and prolon…

Speaking from personal experience, I feel like you just pulled those numbers out of thin air.

At my job, we went from overly complex Elasticbeanstalk deployments to pushing out new releases via Helm charts into k8s...deployment time vastly improved as did cognative load on what was actually happening.

I'd never go back.

Re: Docker Raises $23M

#232
post #102

Earlier quoted context omitted.

GitHub Packages have an option to make the image as `public` or `private`. Public images can be pulled without auth (as the case should be).

I don’t see the option anywhere, nor can I locate an announcement of any related change, but I tried an old public repo of mine (which was impossible to pull without auth, so it didn’t even work inside GitHub Actions) and it seems to work now. Gotta say the documentation and communication leave a lot to be desired. Edit: I guess I’m on grandfathered (?) GitHub Packages Docker Registry, instead of the newer GitHub Con…

The messaging regarding the migration to GitHub container registry is confusing, there seems to be some delay or clear guidance on the migration atm.

Re: Docker Raises $23M

#233

It feels like Docker (Inc) is becoming less and less "relevant" for each year that passes. At least from my perspective, they led the popularisation of containerisation and the whole cattle-not-pets approach of deploying apps. They created big and long lasting change in the industry. But they seem to have lost the production environment race to Kubernetes, at least for now. They are the biggest player in the dev-mach…

Kubernetes is so much more than most people should want or need. It's far too complicated and heavyweight for smaller or simpler deployments. In AWS, most people should use ECS/Fargate instead. There are other competing container environments as well. Your point still stands; Docker popularized containerization and are in danger of becoming irrelevant because they ceded the container execution environment to others.

I find Docker Compose really useful for single server deployments.

Re: Docker Raises $23M

#235

I'd pay for a pro version of macOS Docker Desktop that didn't peg the CPU at ~30% with no activity in the containers :)

lol, docker recently consumed 22gb of ram on my desktop with no containers running. Windows 10 though

Re: Docker Raises $23M

#237

I believe the reason it's "Series B" after like 10 VC raises is that Docker, Inc recapitalized and basically wiped out existing shareholders (former employees, etc). I'm surprised there's not been a stockholder lawsuit, since they could've presumably sold the company for something and returned some money to the prior stockholders.

Funding rounds overflow after Z. It is known.

Re: Docker Raises $23M

#238
post #29

Can't help but see this as bad for everything; to me it feels like if "curl" or "ssh" raises $23M. I would love for these people who work on these great tools to make lots of money, but what this means is that "now Docker has to figure out how to squeeze money out of this particular (admittedly good) tool in the chain" -- and the tool usually suffers.

This is exactly right. Docker is like lxc/lxd with some extra stuff (much of which I personally dislike.)

It's not rocket science, and podman is obviously a drop-in replacement.

The ssh example is good though - so much depends on ssh, yet how much do we invest in it?

Re: Docker Raises $23M

#239
post #210

Earlier quoted context omitted.

Portability is key. Being able to run an Ubuntu container on macOS is a killer feature.

Containers aren't virtual machines.

In the macos case, they actually are. docker runs in a vm on macos.

Actually, I believe one text file is the docker killer feature.

Re: Docker Raises $23M

#240
post #207

It feels like Docker (Inc) is becoming less and less "relevant" for each year that passes. At least from my perspective, they led the popularisation of containerisation and the whole cattle-not-pets approach of deploying apps. They created big and long lasting change in the industry. But they seem to have lost the production environment race to Kubernetes, at least for now. They are the biggest player in the dev-mach…

> It feels like Docker (Inc) is becoming less and less "relevant" for each year that passes. This is underscored for me by the fact that their latest end-user (dev) tools aren't even free software any longer. They started off being unixy as hell, doing one thing and doing it well (and being hackable in the process), and now they ship closed-source spyware under the exact same brand.

When I went to install docker on macos and it started phoning home from inside the installer, my opinion of them changed.
Post reply on HN