Earlier quoted context omitted.
I want to coin it as “embrace, extend, extort.”
Same with Telerik Fiddler recently. Good piece of software for debugging network requests on Windows. Was free for as long as I've known it existed. Telerik recently bought by 'Progress' (ironic), software re-written in Electron and now charges a subscription to use it. Glad HTTP Toolkit is now available free for 'hobbyist' tasks - https://httptoolkit.tech/
Docker Desktop no longer free for large companies
561–570 of 597 posts
Re: Docker Desktop no longer free for large companies
#562Earlier quoted context omitted.
It's a short sited move that will kill D.Desktop. It's not that these large corps don't have the money for this, it's how money is allocated in companies. Instead, now all hobby projects in large corp get killed fast and early because the hobbyist knows their project is doomed if the company isn't going to go for a new bill. A whole bunch of scenarios die now.
...if a company is incapable of allocating money to pay Docker, then why should Docker care whether that company uses the product or not?
Re: Docker Desktop no longer free for large companies
#563If Docker wants to grow up, maybe they could start with replying to support tickets from paying customers. I have a 10 day old open ticket with no reply.
Re: Docker Desktop no longer free for large companies
#564Earlier quoted context omitted.
> As soon as there is a viable alternative (and I’d be happy to contribute to the effort), I’ll be moving away from Docker for Mac. I just SSH into my server. The biggest pain about macOS is that it can't easily mount SFTP.
Fuse/sshfs exists for OSX. Seems to work okay the little I played with it.
Re: Docker Desktop no longer free for large companies
#565Earlier quoted context omitted.
Do you mean APT via https://docs.docker.com/engine/install/ubuntu/ , correct?
I would strongly recommend docker.io from Ubuntu/Debian repos. This will be always Apache 2.0 licensed. (It's a fork of Moby packaged by Debian people). Docker Engine looks problematic since the license isn't clear at all. For instance, Microsoft didn't include Docker into GitHub Actions, they also forked Moby and packaged it on their own, since they can't comply with the End User Agreement of Docker Engine.
Re: Docker Desktop no longer free for large companies
#566Earlier quoted context omitted.
OpEx is much easier to get vs CapX. That's why so many things are subscription now. (also Sarbaines Oxley pushed vendors into subscription models)
Now I'm curious: Sarbanes-Oxley pushed vendors into subscription models? How? What exactly did it change in the cost-benefit picture?
Re: Docker Desktop no longer free for large companies
#567Re: Docker Desktop no longer free for large companies
#568Earlier quoted context omitted.
A company with 100 $250k/year engineers would be billed about $250k/year for this license. Any half competent manager is going to realize that money would be better spend on a single engineer focused on tooling, who can replace Docker Desktop in addition to working on other efficiency improvements.
> A company with 100 $250k/year engineers would be billed about $250k/year for this license Would love to know how you arrived at this number. The list price for 100 engineers on the most expensive plan would be $25k/year and I guarantee Docker will do volume discounts. Additionally, the terms just say you need a paid plan, which presumably could be the cheapo $5/mo plan which would be $6k/year for 100 engineers.
Re: Docker Desktop no longer free for large companies
#569Earlier quoted context omitted.
I want to coin it as “embrace, extend, extort.”
Same with Telerik Fiddler recently. Good piece of software for debugging network requests on Windows. Was free for as long as I've known it existed. Telerik recently bought by 'Progress' (ironic), software re-written in Electron and now charges a subscription to use it. Glad HTTP Toolkit is now available free for 'hobbyist' tasks - https://httptoolkit.tech/
Re: Docker Desktop no longer free for large companies
#570Earlier quoted context omitted.
> Podman is a tool for running Linux containers. You can do this from a MacOS desktop as long as you have access to a linux box either running inside of a VM on the host, or available via the network. You need to install the remote client and then setup ssh connection information. Literally the first non-title element in your link. Just because the client is cross-platform doesn't mean the entire solution is turn-key…
That's exactly what docker desktop does as well. A Macos or Windows client that runs docker in a Linux VM. There is a really limited concept of container on Windows, but it's far from being great and since not much people use Windows in production to run apps, this is not really usefull.
I was going to say that installing Podman on macOS/Windows leaves the VM as an exercise to the user, but per another comment, there's podman-machine[1], a new-ish built in to setup a VM. However, it's apparently already deprecated (?) and recommends simply 'Vagrant' as an alternative, so seemingly setting up the VM is back to being a user exercise for Podman?