This is a blatant politician-talk-tier lie.
Docker cannot be downloaded without logging into Docker Store
271–280 of 454 posts
Re: Docker cannot be downloaded without logging into Docker Store
#272Earlier quoted context omitted.
> Please save yourself a lot of heartache and just use containerd. Part of the appeal of Docker is the ease with which developers new to the concept of containers can pick it up. I cannot say the same for containerd. Try a search for containerd tutorials and compare what you find with docker tutorials. > People don't realize just how easy all this stuff will be to replace. Think carefully about why that is. If it wer…
> Try a search for containerd tutorials and compare what you find with docker tutorials. containerd is just a building block. You'll actually be looking for a Kubernetes tutorial, which the internet is sprawling with.
Re: Docker cannot be downloaded without logging into Docker Store
#273Would 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
#274Earlier quoted context omitted.
Honestly docker apt-get previously sucked to the extent I wouldn't bother attempting again.
Adding a repo and running `apt-get update && apt-get install docker-ce` sucks?
Re: Docker cannot be downloaded without logging into Docker Store
#275It seems like Docker is in a really awkward place as a company. Their strategy was clearly to get everyone on the container hyper train then monetize by selling the production orchestration / runtime. But Kubernetes happened and GCP / AWS have rolled out competition in all the other supporting system needed; container registries, build pipelines, etc. What is the actual pitch for Docker EE now? Their marketing is pus…
Wow, I'd never realized that. I wonder whether Google greenlighted significant investment into Kubernetes because they saw Docker Inc as a threat to Google Cloud and wanted to kill it early. It's not precisely the same playbook as Embrace, Extend, Extinguish and it's been played out significantly less evilly (is that a word?) and more openly, but, well, they embraced Docker, extended it with K8s and are now well on t…
It seems to have worked, at least a bit, since Kubernetes has gained adoption. AWS is still ahead, though.
Re: Docker cannot be downloaded without logging into Docker Store
#276Earlier quoted context omitted.
> Please save yourself a lot of heartache and just use containerd. Part of the appeal of Docker is the ease with which developers new to the concept of containers can pick it up. I cannot say the same for containerd. Try a search for containerd tutorials and compare what you find with docker tutorials. > People don't realize just how easy all this stuff will be to replace. Think carefully about why that is. If it wer…
> Try a search for containerd tutorials and compare what you find with docker tutorials. containerd is just a building block. You'll actually be looking for a Kubernetes tutorial, which the internet is sprawling with.
I'm not aware of many k8s distro's running anything other than Docker by default, at the moment
Re: Docker cannot be downloaded without logging into Docker Store
#277This one comment sums up the changes nicely: https://github.com/docker/docker.github.io/issues/6910#issue... A download went from 5 steps to 12 steps, to improve the Docker experience? The irony is the resulting statistics might actually say less people had a negative experience with docker, now they dont even download and try it...
Really smart move by the UX team.
Re: Docker cannot be downloaded without logging into Docker Store
#278Earlier quoted context omitted.
It's literally a one time prompt. I think calling it nagging is a bit extreme.
At least for me the prompt isn't a one time thing, unless you consent to enabling telemetry. I get asked whether I want to enable it all the time when logging in.
1. Control Panel -> Info -> Device Analytics.
https://www.reddit.com/r/synology/comments/8mdioc/device_ana...
Re: Docker cannot be downloaded without logging into Docker Store
#279Earlier quoted context omitted.
At Datadog we are using containerd. We've heard of other companies using cri-o. There's also a lot of mixed deployments of container vs native out there. It seems Kubernetes is popular but not many companies with a large number of servers are willing to bet the farm on it, so they may only run a subset of their services with it (stateless, or test environments) You can use Docker, just be ready to account for the ins…
How do Dockerfiles work if you aren't using Docker? Is there another way to define what the container should look like?
There are also tools like jib which can build containers without docker: https://github.com/GoogleContainerTools/jib
Re: Docker cannot be downloaded without logging into Docker Store
#280Our company has never paid Docker for anything, but we've benefited greatly from having Docker images be the output of our backend build jobs. I never have to dig into classpath errors from conflicting JARs any more, or deal with out of date JDKs living on QA and production machines. I can deploy a dependent service that I know nothing about without digging through code and documentation. Yes it has its issues but the positives far outweigh the negatives.
I understand that it's a frustrating move and the wrong path to go to for monetization, but can we also recognize that it's a company has done a lot for the community and is struggling to secure its future, instead of calling them names?