Would it kill companies to be honest and upfront about these sorts of issues? I feel like "Hey, we're unable to pay our bills unless we can better monetize our product" comes across a lot more honest and trust-worthy than this "We're improving user experience! Trust us!" pride-and-accomplishment nonsense that everyone keeps regurgitating. We're not preschoolers, the Internet can spot marketing slogans a mile away.
Does the internet always have to throw a fit every time a company tries to add a little monetization to what is an essentially free service?
Docker cannot be downloaded without logging into Docker Store
61–70 of 454 posts
Re: Docker cannot be downloaded without logging into Docker Store
#62I understand the rationale for filing this issue, although I personally disagree with it... Docker for Mac is great freeware, and I don’t mind logging into Steam and Mac Store for my other apps, so I don’t have an issue with doing the same with Docker. But for someone who greatly cares about not having to give their email, I can see how it can be annoying to see the policy change after they started using the software…
Re: Docker cannot be downloaded without logging into Docker Store
#63If you're frustrated with Docker's slow pace of development are are looking for a good alternative, have a look at Singularity containers. They're interoperable with Docker Hub and OCI compatible images, and offer a much better experience for HPC, machine learning and big data environments. Their GPU support is top notch. They don't run on as many platforms as Docker, but are aiming to grow into cross-platform. Sylab…
Re: Docker cannot be downloaded without logging into Docker Store
#64Would it kill companies to be honest and upfront about these sorts of issues? I feel like "Hey, we're unable to pay our bills unless we can better monetize our product" comes across a lot more honest and trust-worthy than this "We're improving user experience! Trust us!" pride-and-accomplishment nonsense that everyone keeps regurgitating. We're not preschoolers, the Internet can spot marketing slogans a mile away.
Does the internet always have to throw a fit every time a company tries to add a little monetization to what is an essentially free service?
Re: Docker cannot be downloaded without logging into Docker Store
#65I also can't delete my account myself after having created it. I believe the best way to operate is to make something as easy to delete as it was to create...
Pretty sure that violates GDPR. Might want to email them about that.
If they're going to make you have an account, they could have thought about what if people want their account deleted...
Re: Docker cannot be downloaded without logging into Docker Store
#66I understand the rationale for filing this issue, although I personally disagree with it... Docker for Mac is great freeware, and I don’t mind logging into Steam and Mac Store for my other apps, so I don’t have an issue with doing the same with Docker. But for someone who greatly cares about not having to give their email, I can see how it can be annoying to see the policy change after they started using the software…
I think the fact that you focus on the "entitlement" and that I focus on the fact that the maintainer gave a bullshit, misleading answer to an important question, is related to the fact that you don't mind having to log in to download a tool and I do.
Re: Docker cannot be downloaded without logging into Docker Store
#67Earlier quoted context omitted.
FWIW, as far as I know, Docker for Windows and Docker for Mac really are closed source freeware. My honest opinion is we should move away from it. As for what to move to... That's definitely an open question. Docker for Windows is definitely one of the best developer experiences I've had on Windows because they put actual engineering work into it. All the same, I still found it buggier and less supported than Docker…
If you want lightweight virtual machine functionality I would recommend LXD/LXC. If you want app virtualization and packaging, I have been pretty intrigued by what I have found out experimenting with `snaps`. The biggest issue for me that I have hit with LXD/LXC is that host-to-container mount sharing is not as easy...which means I had to do some workflow alteration for moving from `docker` containers to `lxd` ones f…
Many containers that I develop or use will also be used in a Kubernetes cluster or at least as part of CD, so most importantly I want a local setup that mirrors to a degree what the remote setups look like.
Snaps provide something a bit different, more geared toward end users. I have no huge opinion regarding them, the isolation aspect is novel but unfortunately a bit of a PITA as of today.
Re: Docker cannot be downloaded without logging into Docker Store
#68I understand the rationale for filing this issue, although I personally disagree with it... Docker for Mac is great freeware, and I don’t mind logging into Steam and Mac Store for my other apps, so I don’t have an issue with doing the same with Docker. But for someone who greatly cares about not having to give their email, I can see how it can be annoying to see the policy change after they started using the software…
The more hilarious part is the reaction from here. You can't be a successful startup if you don't have a list of your product's users.
Id Software does not have a list of people who used Doom.
Re: Docker cannot be downloaded without logging into Docker Store
#69Re: Docker cannot be downloaded without logging into Docker Store
#70Can anyone post an experience using rkt [0]. I'd love an alternative to using Docker for containers, though I'm not sure how well a community has evolved around rkt. [0] https://github.com/rkt/rkt
This comment made/makes me steer away https://github.com/rkt/rkt/issues/3912 There is another open issue claiming the project is dead (but maybe it's just stable) My whole team is onboard with docker, and we don't need account to install/use.