Hacker News new | ask | show | jobs
by SystemOut 639 days ago
We just completed the switch to Rancher where I work. 1200ish engineers, mostly on Macs. So far it's worked out pretty well..fewer hiccups than I expected.
1 comments

Does it use the same "containers are really just running in a Linux VM" approach as Docker Desktop on macOS?
unless you run osx on a Linux kernel, it will always be so.

not a personal attack on you, but it blows my mind how clueless the current generation of developers become after the docker phase.

personal attack or not, you could have just left that last bit off and had a good comment.

There's always been a mythos of a true developer. Here's a rant from 1983 about how real programmers don't use Pascal. https://www.pbm.com/~lindahl/real.programmers.html

Kids these days...

I don't understand this comment on any level.

Containers will only ever be on a linux kernel or VM? Never natively on ANY other OS? Only Linux containers exist?

Developers were more clueful about containers before Docker made them wildly popular?

“Only Linux containers exist?“

In practice, yes.

Windows containers absolutely exist in practice.
Yeah, but how often are they needed?
> unless you run osx on a Linux kernel, it will always be so

Linux is not the only OS that has container like things. FreeBSD had jails years earlier, Solaris had something else which I don't remember any more, and for all I know macOS may have their own native equivalent as well.

Bear in mind that Apple introduced an official hypervisor framework a few releases ago, so they could be doing something similar for containers. It wouldn't be a bad idea. :)