Hacker News new | ask | show | jobs
by slimsag 1750 days ago
Does that handle virtualization for you like this does? Is it distributed pre-built anywhere?

I honestly looked just now and couldn't find anything.

1 comments

I would be surprised if it didn't, as Docker wouldn't work at all then.
It doesn't.

That is part of the "Docker Desktop" offer, which is non-free.

I just heard (from another commenter), that's dire. I'm stunned.
Why? Anyone can assemble an equivalent from available open-source tools:

* Virtualbox * Your favorite Linux distro * Docker engine on the Linux VM * Docker CLI on the Mac host * A variety of filesystem sync solutions (I don’t remember their names but there are several)

Alternatively there’s also docker-machine.

The closed source app gets you the convenience of not having to set that all up. If you don’t like installing closed source apps you probably prefer to set things up yourself anyway. So what’s the problem?

On the contrary, I like using OSS stuff that someone else has to maintain.