I hope they work on Docker Swarm. “Docker compose” for multiple machines needs working on!
I'm still using Docker Swarm in production, and it's great! You write Compose files (which are succinct compared with k8s), with an optional smattering of just a few extra functions (such as for configs and secrets). You can easily specify how many replicas you want, constrain them to certain nodes with labels, use health checks for auto restarts etc. If you can write Compose files, you can do Docker Swarm - it's so…
Docker Raises $23M
121–130 of 281 posts
Re: Docker Raises $23M
#122Considering how entrenched Docker has been in global tech infrastructure for so many years, I automatically assumed that the company was worth billions already, but guess not. I wonder why they haven't been bought out by Microsoft or Google, if nothing else then just for the talent.
>I wonder why they haven't been bought out by Microsoft or Google, if nothing else then just for the talent. Because they received an insane valuation years ago and probably aren't even worth break-even on their funding rounds. Google already has far more K8s knowledge internally than anyone at docker, so what would be their gain? MS did try to buy them back in 2016 but Docker pulled an Jerry* Yang and said no [1]. I…
Re: Docker Raises $23M
#123Podman
Re: Docker Raises $23M
#124Earlier quoted context omitted.
I’d imagine that some of their valuation was based on the future success of docker swarm and what they would monetise around it
Was there ever a technical reason why swarm never won out in the market? I've still got a couple of multi-node swarms that work great and are WAY easier to configure than k8s. I never really understood why it didn't take off.
Re: Docker Raises $23M
#125Earlier quoted context omitted.
Now there's something called Swarm mode built directly into the main Docker engine. I think that was the "replacement" of the classic Docker Swarm.
That migration was way before the acquisition. The Mirantis deprecation is about Swarm Mode.
Re: Docker Raises $23M
#126Re: Docker Raises $23M
#127Earlier quoted context omitted.
They are not developed by a 'community'. The developers who build it are paid for by investors. Those investors want a huge return. It's not open source, it's bait and wait
Bait and wait and ... But what's step 3? Doesn't seem to work super well, hmm
What's not working well?
Re: Docker Raises $23M
#128Earlier quoted context omitted.
>I wonder why they haven't been bought out by Microsoft or Google, if nothing else then just for the talent. Because they received an insane valuation years ago and probably aren't even worth break-even on their funding rounds. Google already has far more K8s knowledge internally than anyone at docker, so what would be their gain? MS did try to buy them back in 2016 but Docker pulled an Jerry* Yang and said no [1]. I…
i'm not up on my political references; what does "pull an Andrew Yang" mean?
[1] https://www.cnet.com/news/yahoo-rejects-microsofts-bid/
[2] https://www.forbes.com/sites/briansolomon/2016/07/25/yahoo-s...
*I incorrectly said Andrew Yang initially, my apologies for my bad memory and any confusion it may have caused. Thank you Hexcles for the correction.
Re: Docker Raises $23M
#129Earlier quoted context omitted.
Was there ever a technical reason why swarm never won out in the market? I've still got a couple of multi-node swarms that work great and are WAY easier to configure than k8s. I never really understood why it didn't take off.
This is kind of reductive. You could ask the same for nomad, mesos, and lots of other things. It wasn't just swarm vs k8s
I do ask the same question for all those other systems, or the meta-question: "How is it that the bloated monstrosity of Kubernetes somehow became the de-facto container orchestration tool?"
Is this just sysadmins buying themselves job security?
Re: Docker Raises $23M
#130Earlier quoted context omitted.
I was already doing containers with HP-UX Vaults in version 11 back in 1999. Just like any tool that doesn't offer more than an abstraction layer over OS features, eventually it becomes irrelevant as OS tooling improves.
From [1] > This is a Virtual Vault release of HP-UX, providing enhanced security features. Virtual Vault is a compartmentalised operating system in which each file is assigned a compartment and processes only have access to files in the appropriate compartment and unlike most other UNIX systems the superuser (or root) does not have complete access to the system without following correct procedures. It's cgroup + chro…