Earlier quoted context omitted.
For the Mac, just get Canonical’s Multipass ( http://multipass.run ) and do an apt-get to install Docker into a VM and use VS Code to “remote” to it. It will automatically install the Docker extension inside the Linux VM and you’re set. For Windows, use WSL2 and do the same. Both can mount “local” folders, although the setup is obviously different. You now have a better way to manage containers than ever before.
Can’t say that limiting developers to VSCode is necessarily a step forward.
Docker Desktop no longer free for large companies
81–90 of 597 posts
Re: Docker Desktop no longer free for large companies
#82Looking at the installation instructions for Docker on Mac/Windows, what is the expected way to install the Docker Engine without installing the Desktop bundle? From https://docs.docker.com/engine/install/binaries/#install-cli... > The macOS binary includes the Docker client only. It does not include the dockerd daemon.
Docker for Mac/Windows sets up a Linux VM using macOS/Windows native virtualization via the open-source HyperKit/VPNKit abstractions maintained by Docker-the-Company and the community. That VM runs Docker Enginer (dockerd) and all interaction (docker CLI commands, shared volumes, networking, etc.) are proxied into that VM.
Re: Docker Desktop no longer free for large companies
#83Earlier quoted context omitted.
My tiny part of a division of my last company made $40 million USD per year in revenue. We had ~40 employees. Getting the funding for using something like this came from a few levels up and would be in no way guaranteed.
I admit Docker will likely have to tweak their licensing model while also building relationships where there is some wiggle room for how licensing is handled (perhaps accept credit card payments from corporate users that they can expense to sidestep procurement). "Call Us For Pricing"
Re: Docker Desktop no longer free for large companies
#84Earlier quoted context omitted.
Seems interesting, but the name conflict with https://rancher.com/ is _very_ confusing. Is Rancher Desktop associated with the linked company?
Rancher Desktop is being build by Rancher (which is now part of SUSE).
Re: Docker Desktop no longer free for large companies
#85Everything else is handled by other parts of the ecosystem already, image registries both private and public, orchestration, etc.
Re: Docker Desktop no longer free for large companies
#86I think HN needs to update their algorithm. If there is a large number of upvotes and flags, flags should count as votes from some point on. More people need to see this post and discussion needs to happen instead of pushing it off the front page in less than an hour.
Re: Docker Desktop no longer free for large companies
#87Rancher Desktop is an open source container management and Kubernetes desktop app. https://rancherdesktop.io/ Disclosure: I work on Rancher Desktop. Feedback welcome.
Re: Docker Desktop no longer free for large companies
#88I think HN needs to update their algorithm. If there is a large number of upvotes and flags, flags should count as votes from some point on. More people need to see this post and discussion needs to happen instead of pushing it off the front page in less than an hour.
Re: Docker Desktop no longer free for large companies
#89This appears to be cutting of their nose to spite their face. We have a team of 50+ engineers that all use Docker for Mac for daily development tasks, but I suspect that will no longer be true in a rather short amount of time. Frankly, I don’t really know if anybody actually uses the UI components for it outside of starting and stopping the engine and for basic configuration of the VM. Everything else that comes with…
It seems to me you would be the one cutting off your nose to spite your face in this scenario.
Re: Docker Desktop no longer free for large companies
#90Earlier quoted context omitted.
I've used Docker for years and never touched Desktop. What's indispensable about it?
It's not great, at all. But at least on Mac it's a lot easier to get going with Docker for Mac than it is to roll your own with e.g. VirtualBox. I assume it's the same on Windows.