Hacker News new | ask | show | jobs
by justinclift 644 days ago
Does it use the same "containers are really just running in a Linux VM" approach as Docker Desktop on macOS?
1 comments

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?
My last job we ran very significant public workloads on windows containers. I don’t know the number of requests but it’s a multi million user application all around the world.
> 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. :)