TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Docker cannot be downloaded without logging into Docker Store

1620 pointsby dhuramasalmost 7 years ago

77 comments

djflutt3rshyalmost 7 years ago
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.
评论 #17806136 未加载
评论 #17806380 未加载
评论 #17806079 未加载
评论 #17805676 未加载
评论 #17805684 未加载
评论 #17805964 未加载
评论 #17805988 未加载
评论 #17809216 未加载
评论 #17806968 未加载
评论 #17805836 未加载
评论 #17806856 未加载
评论 #17807569 未加载
评论 #17805985 未加载
评论 #17805878 未加载
评论 #17810519 未加载
评论 #17805743 未加载
评论 #17814002 未加载
评论 #17806275 未加载
评论 #17817947 未加载
评论 #17808339 未加载
评论 #17806348 未加载
评论 #17805694 未加载
jeffbr13almost 7 years ago
Docker Hub[1] is also blatantly in breach of the GDPR. Wording on the pop-up:<p>&gt; We and our advertising partners use cookies on this site and around the web to improve your website experience and provide you with personalised advertising from this site and other advertisers in AdRoll&#x27;s network. By clicking &quot;allow&quot; or navigating this site, you accept the placement and use of these cookies for these purposes.<p>It’s not a modal, but supposedly ignoring it opts you into the tracking, with the only choices being “Allow” or “Learn More” and the [x] button also being labelled “Allow”.<p>IANAL, but it’s not informed individualised consent if there’s literally no opt-out, and there’s not a lawful basis unless advertising-cookies are suddenly the enabling technology behind downloadable containers.<p>I’d report them to the Information Commissioner‘s Office myself if I didn’t think they were about to fold anyway, after their piss-poor sunsetting of Docker Cloud and painting a target on their own back for a few adbucks.<p>[1]: <a href="https:&#x2F;&#x2F;hub.docker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hub.docker.com&#x2F;</a>
评论 #17805995 未加载
评论 #17808646 未加载
评论 #17808603 未加载
评论 #17805883 未加载
cdoxseyalmost 7 years ago
Docker is such a mess.<p>As a tool for building containers its cumbersome, has bizarre and frustrating limitations and has issues that haven’t been addressed in years. You can’t use semver for tags, it eats up all your disk space and you have to manually GC it, etc… Multi-build support is basically useless and invariably you end up writing convoluted bash scripts to get the thing to work.<p>Caching is terrible pretty much across the board. How many petabytes of data are wasted every day re-syncing apt-get?<p>As a runtime engine its basically dead for production use. If you ever try to use it you’ll quickly discover that it has tons of problems. It locks up, orphans processes, stops responding to commands, forgets about containers, etc. And its not safe to run arbitrary containers. You’d be surprised by how many companies using Kubernetes gave up using docker a long time ago.<p>Please save yourself a lot of heartache and just use containerd.<p>As a concept, containers never really lived up to their potential. &quot;A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application.&quot; As long as that application runs in linux.<p>As a company Docker is a failure. All their cloud stuff is clunky, poorly thought out and at this point largely irrelevent. I&#x27;ll be surprised if it will last 5 years. Kubernetes won. Those cute, cuddly characters and the Docker name are basically all they have going for them, and all these things, the Moby rename, the requiring login to download, etc... are the death throes of a dying company. Docker is the next jQuery.<p>People don&#x27;t realize just how easy all this stuff will be to replace. Google already did it. Like 5 times. (gVisor, jib, kaniko, ...) It was probably some intern&#x27;s side project.<p>Microsoft should just get it over with and acquire the company. It would be the perfect cherry on top to their Github cake.
评论 #17807617 未加载
评论 #17808169 未加载
评论 #17807814 未加载
评论 #17806414 未加载
评论 #17809670 未加载
评论 #17810034 未加载
评论 #17809134 未加载
评论 #17808746 未加载
评论 #17809530 未加载
评论 #17806249 未加载
madmax96almost 7 years ago
I get it. I hate login-walls too.<p>The level of toxicity in the github issue&#x27;s conversation is so astounding that I must say something. People on the internet are people. I hope that we don&#x27;t talk to people in &quot;real life&quot; the same as we do when we make toxic comments online. Complain, write letters&#x2F;emails to Docker, make your opinion heard, etc. But remember that you are dealing with a fellow human-being, who has their own life and own emotions. Treat them with the same respect you would like to be shown when people are unhappy with you.<p>The comments in that github issue reflect very poorly on us as a professional community to the point that I&#x27;m embarrassed.
评论 #17810122 未加载
评论 #17809907 未加载
评论 #17809791 未加载
评论 #17810218 未加载
评论 #17809880 未加载
评论 #17810329 未加载
评论 #17809825 未加载
评论 #17811885 未加载
评论 #17811327 未加载
评论 #17812316 未加载
评论 #17810673 未加载
评论 #17810783 未加载
评论 #17818848 未加载
评论 #17809716 未加载
评论 #17809840 未加载
评论 #17809891 未加载
评论 #17809557 未加载
mbellalmost 7 years ago
It 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 &#x2F; runtime. But Kubernetes happened and GCP &#x2F; 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 pushing hard on &#x27;security&#x27;, but otherwise it seems like they are just selling a pretty UI for K8s. I don&#x27;t see that being enough to support a company that has taken 250M in funding.
评论 #17806112 未加载
评论 #17807823 未加载
userbinatoralmost 7 years ago
That&#x27;s what throwaway accounts are for... and this, of course:<p><a href="http:&#x2F;&#x2F;bugmenot.com&#x2F;view&#x2F;store.docker.com" rel="nofollow">http:&#x2F;&#x2F;bugmenot.com&#x2F;view&#x2F;store.docker.com</a><p>In any case, &quot;to make sure we can improve the Docker for Mac and Windows experience for users moving forward&quot; is yet another example of the official-sounding-yet-bullshit, vague and meandering language that seems to permeate into everything these days. (Is there a specific term for it? &quot;Business-speak&quot; doesn&#x27;t have enough of a negative connotation for the &quot;We did it this way and you <i>will</i> like it. If you don&#x27;t, fuck off.&quot; that they really want to say.)
评论 #17805666 未加载
评论 #17805648 未加载
评论 #17807881 未加载
评论 #17805624 未加载
bufferoverflowalmost 7 years ago
Linux: <a href="https:&#x2F;&#x2F;download.docker.com&#x2F;linux&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download.docker.com&#x2F;linux&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;</a><p>Win: <a href="https:&#x2F;&#x2F;download.docker.com&#x2F;win&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download.docker.com&#x2F;win&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;</a><p>Mac: <a href="https:&#x2F;&#x2F;download.docker.com&#x2F;mac&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download.docker.com&#x2F;mac&#x2F;static&#x2F;stable&#x2F;x86_64&#x2F;</a>
评论 #17805359 未加载
评论 #17805486 未加载
评论 #17805384 未加载
WrtCdEvrydyalmost 7 years ago
Don&#x27;t worry guys, I created a PR to fix it.<p>This is an open source project so I&#x27;m sure this will be priority one as soon as the Docker project admins get online (<a href="https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;pull&#x2F;7242" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;pull&#x2F;7242</a>)
评论 #17807999 未加载
barrystaesalmost 7 years ago
This one comment sums up the changes nicely: <a href="https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;issues&#x2F;6910#issuecomment-414553120" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;issues&#x2F;6910#issue...</a> A download went from 5 steps to 12 steps, to improve the Docker experience?<p>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...
评论 #17808502 未加载
bcoughlanalmost 7 years ago
It&#x27;s not a good move, but I don&#x27;t understand the vitriol expressed on Github, calling the developers jerks etc.<p>Our company has never paid Docker for anything, but we&#x27;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.<p>I understand that it&#x27;s a frustrating move and the wrong path to go to for monetization, but can we also recognize that it&#x27;s a company has done a lot for the community and is struggling to secure its future, instead of calling them names?
评论 #17808718 未加载
评论 #17810848 未加载
ghayesalmost 7 years ago
Can anyone post an experience using rkt [0]. I&#x27;d love an alternative to using Docker for containers, though I&#x27;m not sure how well a community has evolved around rkt.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;rkt&#x2F;rkt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rkt&#x2F;rkt</a>
评论 #17805495 未加载
评论 #17805452 未加载
评论 #17805362 未加载
评论 #17805961 未加载
评论 #17808620 未加载
评论 #17805580 未加载
2T1Qka0rEiPralmost 7 years ago
I can understand why people hate this, but this comment did make me laugh:<p>&gt; Do you want to be Oracle? Because this is how you become Oracle. -1<p>Revenue: &quot;US$39.83 billion (2018)&quot; - I can see a few reasons why they <i>might</i> hah
bmc7505almost 7 years ago
If you&#x27;re frustrated with Docker&#x27;s slow pace of development are are looking for a good alternative, have a look at Singularity containers. They&#x27;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&#x27;t run on as many platforms as Docker, but are aiming to grow into cross-platform. Sylabs is a small team in Austin, TX that does a lot of the development work, but they are quickly gaining adoption in academia. It&#x27;s available on Cedar and Graham in Compute Canada (a large supercomputing cluster that serves most of Canada). We use Singularity on all our lab machines as it is much easier for IT admins to manage, and doesn&#x27;t require sudo access. Their GPU support is top notch.<p><a href="https:&#x2F;&#x2F;www.sylabs.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sylabs.io&#x2F;</a>
评论 #17808110 未加载
评论 #17805708 未加载
评论 #17805772 未加载
评论 #17805815 未加载
ngngngngalmost 7 years ago
Docker is too heavy for golang, which is all I use scaled horizontally anymore. I can easily create a binary for any operating system. With dep (and even more so vgo) reproducible builds just really aren&#x27;t a problem with golang. But when i&#x27;ve got a virtually unlimited number of green threads I can spin up with goroutines, why do I need to containerize to scale horizontally?
评论 #17808884 未加载
jillesvangurpalmost 7 years ago
Annoying but not the end of the world IMHO. In any case, I have a dockerhub account so I can publish containers there; so I might as well use it. Similarly I have a Github account and am actually a paying customer as well. The bottom line is I have accounts left right and center for things that I depend on professionally. Some of these I even pay for but most of them I don&#x27;t pay a penny.<p>This is a closed source product distributed for free. They are well in their rights to charge money for it even. Given that and given how important this product is for my day to day routine (I run lots of docker stuff all the time), and given that docker has been contributing a lot of OSS code in this space, I think this is a relatively small and entirely fair price to pay.<p>I don&#x27;t agree with the sense of entitlement in this thread. Docker providing a free community edition of a product they&#x27;ve built that allows running docker on top of Mac&#x2F;Windows is not charity but a means for them to up-sell their commercial solutions. That&#x27;s the only reason it exists. I&#x27;m grateful that it exists and I hope that they can make this work so I can continue to depend on this.<p>An alternative is getting a linux laptop and running pure open source versions of whatever containerization you require.
评论 #17808035 未加载
numbsafarialmost 7 years ago
The Oracle acquisition must be nigh... emulate the master to gain his approval you must!
评论 #17807829 未加载
amaccuishalmost 7 years ago
I also can&#x27;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...
评论 #17805646 未加载
评论 #17807877 未加载
评论 #17805334 未加载
msl09almost 7 years ago
Docker is my perfect example of a OSS being poisoned by excessive money.<p>OSS needs money to survive but too much of it (a too heavy burden to turn a profit) can poison it leading to significant issues being ignored because either the paying customers are not affected or because the issue is an integral part of the business model.<p>I wished someone were able to fork docker and strip off all of the extra fluff (mainly service stuff) but I don&#x27;t think anyone without deep pockets can support such massively complex software.
Rauchgalmost 7 years ago
On macOS, I recommend: `brew cask install docker`
评论 #17805972 未加载
评论 #17805537 未加载
_zachsalmost 7 years ago
Congratulations Docker, the only &quot;user experience&quot; this has enhanced is making me start to learn about cri-o.
Traubenfuchsalmost 7 years ago
It is very sad to see the official reasoning to be &quot;to make sure we can improve the Docker for Mac and Windows experience for users moving forward&quot;.<p>This is a blatant politician-talk-tier lie.
hardwaresoftonalmost 7 years ago
Can anyone who works inside PR for software-developer facing companies like Docker explain how a decision like this could make it past vetting?<p>Any software developer (who isn&#x27;t drunk on the kool aid?) could tell you that this would result in loss of good will.
评论 #17807959 未加载
delbelalmost 7 years ago
Ubuntu for raspberry pi requires a ubuntu login continue installing it, after formatting and setting the network up. It won&#x27;t let you boot into a working setup until you create account on their website. Kind of hard if you don&#x27;t have access to any other device.
评论 #17809034 未加载
评论 #17807845 未加载
评论 #17806083 未加载
sgarg26almost 7 years ago
Is Docker having trouble monetizing?
评论 #17805565 未加载
评论 #17809566 未加载
评论 #17805275 未加载
sjellisalmost 7 years ago
Buildah seems to be becoming a replacement for Docker on the desktop:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;projectatomic&#x2F;buildah" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;projectatomic&#x2F;buildah</a><p>Pure CLI tool that does not run a daemon, from Red Hat, recently hit version 1. Unfortunately, I don&#x27;t think that macOS is supported yet.
评论 #17808042 未加载
gnu8almost 7 years ago
Sorry, I have store fatigue and I don&#x27;t need another one.
hashratealmost 7 years ago
This is pretty much a reality check. Like any other business , Open Source needs funding.<p>It&#x27;s well know Docker is far from being profitable. This is somewhat represents how ultimately money always win on open source one way or another.
评论 #17807950 未加载
appleflaxenalmost 7 years ago
The interesting part to me: this has been open since June 20.<p>Anyone know why it just captured the collective attention of HN readers?
kbumsikalmost 7 years ago
I wonder how requiring login to download helps a company in general? Docker says &quot;improve experience for users&quot; but is collecting download counts for each accounts important?
评论 #17805634 未加载
评论 #17805622 未加载
评论 #17805592 未加载
m-p-3almost 7 years ago
<p><pre><code> we&#x27;ve made this change to make sure we can improve the Docker for Mac and Windows experience for users moving forward </code></pre> The login-wall is not a great start :&#x2F;
philip1209almost 7 years ago
<a href="https:&#x2F;&#x2F;get.docker.com" rel="nofollow">https:&#x2F;&#x2F;get.docker.com</a>
alexandernstalmost 7 years ago
oh my... they are getting the full version of “improved user experience” in their github comments right now.
ManoMarksalmost 7 years ago
Hi I head up Docker Developer Relations. There are plenty of ways to get Docker CE without logging Docker Store. See my comment on GitHub for more details.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;issues&#x2F;6910#issuecomment-414758273" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;docker&#x2F;docker.github.io&#x2F;issues&#x2F;6910#issue...</a>
评论 #17812259 未加载
评论 #17812451 未加载
mevilealmost 7 years ago
It&#x27;s in Docker&#x27;s interest to capture as much value as they can from their products, their calculus is changing. It&#x27;s their decision to make, however passing it off as in the best interest of users is a bit of a whopper and not the best way to communicate it. I don&#x27;t think entitlement to other people&#x27;s work is the best response though.
评论 #17807654 未加载
评论 #17806631 未加载
评论 #17807594 未加载
yuiiugalmost 7 years ago
I know about cri-o for the server, but are there any good alternatives for local development?
T-Winsnesalmost 7 years ago
Still available through their doco <a href="https:&#x2F;&#x2F;docs.docker.com&#x2F;v17.12&#x2F;docker-for-mac&#x2F;install&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.docker.com&#x2F;v17.12&#x2F;docker-for-mac&#x2F;install&#x2F;</a>
owaislonealmost 7 years ago
Kubernetes will eventually just kill docker. It&#x27;s the best way to run docker in the cloud right now and keeps getting better. Plus it abstracts docker with pods. Better support for OCI&#x2F;Rkt and docker will just die.
parliament32almost 7 years ago
This is probably the straw that broke the camel&#x27;s back for Docker. Not that anyone expected it to stick around for that long anyway, they&#x27;ve had a terrible history of failure and poor design choices.
bborudalmost 7 years ago
Well, I suppose it is time to realise that Docker has perhaps become a bit too dominant and that the ecosystems of which it is a part, might benefit from there being more alternatives.
yeukhonalmost 7 years ago
This feels like Oracle.
phobosdeimosalmost 7 years ago
&quot;Uhuh. You mean, force people to login with an email so we can target them with an ad campaign so we make money??&quot;<p>Good luck with I&#x27;m behind 1000 spam filters.
fudooalmost 7 years ago
I found the real problem with Docker to be that it downloads things from their repository. Just like Maven, it&#x27;s a major pain point.
评论 #17805381 未加载
评论 #17808311 未加载
评论 #17807889 未加载
评论 #17805393 未加载
bandramialmost 7 years ago
guix environment --container [ list of packages ] -- command<p>I haven&#x27;t looked back since they added that in the last version. Configurable network namespace sharing or isolation, configurable fs namespace sharing or isolation, configurable environment variables within the container, and the option to &quot;pack&quot; the entire thing as a tar.gz to deploy.
arminiusreturnsalmost 7 years ago
As a sysadmin I&#x27;m so glad I skipped the docker craze and just dug into kvm&#x2F;qemu&#x2F;proxmox&#x2F;lxc more.
Legogrisalmost 7 years ago
Correct me if I am wrong, but all components of Docker CE are open source and one could therefore still download and build the binaries themselves, right?<p>I really don&#x27;t see the issue of requiring hoops to get precompiled binaries as long as there is a way to get and build the binaries yourself.
schlotziskalmost 7 years ago
You can download it here --&gt; <a href="https:&#x2F;&#x2F;docs.docker.com&#x2F;v17.09&#x2F;docker-for-windows&#x2F;install&#x2F;#download-docker-for-windows" rel="nofollow">https:&#x2F;&#x2F;docs.docker.com&#x2F;v17.09&#x2F;docker-for-windows&#x2F;install&#x2F;#d...</a>
chrisperalmost 7 years ago
Quite hilarious that this guy&#x27;s motto is &quot;I help high-tech companies cross the chasm by making their products easier to use and learn&quot;<p><a href="http:&#x2F;&#x2F;www.joaofn.com&#x2F;about&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.joaofn.com&#x2F;about&#x2F;</a><p>He is doing quite the opposite
评论 #17809749 未加载
artursapekalmost 7 years ago
I noticed this today! Thankfully I was able to dig up their instructions for Ubuntu installation which just depend on apt, and they still worked fine. You can practically hear the Docker devs fighting with PMs&#x2F;business guys about this one.
tempodoxover 6 years ago
&gt; ...we&#x27;ve made this change to make sure we can improve the Docker for Mac and Windows experience for users moving forward.<p>Such obvious run-of-the-mill marketing BS. Moving forward, I&#x27;ll give Docker a wide berth.
SEJeffalmost 7 years ago
If you don&#x27;t want to use your email to download docker, use bugmenot:<p><a href="http:&#x2F;&#x2F;bugmenot.com&#x2F;view&#x2F;store.docker.com" rel="nofollow">http:&#x2F;&#x2F;bugmenot.com&#x2F;view&#x2F;store.docker.com</a>
j45almost 7 years ago
I find this troubling as well. Reminds me of having to log in for mysql.
olafurealmost 7 years ago
There&#x27;s an alternative, without the docker overhead, <a href="https:&#x2F;&#x2F;coreos.com&#x2F;rkt&#x2F;" rel="nofollow">https:&#x2F;&#x2F;coreos.com&#x2F;rkt&#x2F;</a>
vectorEQalmost 7 years ago
<a href="https:&#x2F;&#x2F;linuxcontainers.org&#x2F;lxd&#x2F;" rel="nofollow">https:&#x2F;&#x2F;linuxcontainers.org&#x2F;lxd&#x2F;</a> &lt;--- you&#x27;re welcome. if u don&#x27;t need some producer who obviously prefers money over user happiness or quality. just use true open source things. ultimatley that&#x27;s the attitude that leads to them seling your information or maybe worse...(wether they do it NOW or not is irrelevant) docker is your infra... nice spot for backdoor once it closes itself further from public..., wether they are doing it NOW or not, i&#x27;d look for another road to this rome you seek
Sir_Cmpwnalmost 7 years ago
I have never installed Docker through any route other than a Linux distribution&#x27;s package manager. Why would anyone use the download in the first place?
评论 #17810064 未加载
评论 #17809482 未加载
test6554almost 7 years ago
If money is an issue, perhaps docker should make container authors host their own stuff and just make them searchable&#x2F;discoverable in dockerhub.
评论 #17809184 未加载
评论 #17807816 未加载
dvfjsdhgfvalmost 7 years ago
I&#x27;m very curious how this develops. It was already a bit strange to notice that one of the several container technologies available got significantly more visibility thanks to a smart marketing team and targeting Mac and Windows users. Personally, I&#x27;m using LXC and related technologies and see no benefit in switching to Docker whatsoever. Eventually most people run their containers on Linux anyway, and the LXC&#x27;s way of doing things seems very native and natural in this environment.
gsichalmost 7 years ago
&quot;user experience&quot;, what a lame excuse.
sahooalmost 7 years ago
Have fun. <a href="https:&#x2F;&#x2F;download.docker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;download.docker.com&#x2F;</a>
mirimiralmost 7 years ago
So hey, <a href="https:&#x2F;&#x2F;anonbox.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;anonbox.net&#x2F;</a> works fine.
jpicalmost 7 years ago
I&#x27;m really sorry for the proprietary OS users, that&#x27;s really a shame that they have to give their email to docker inc. now, if they haven&#x27;t already (docker hub anyone ?), everytime they install docker on a machine (once per install ?), all this crying its makes mes wanna cry :&#x27;(
jpicalmost 7 years ago
If you care about free software, why not run a free OS ? just wondering ...
zatkinalmost 7 years ago
Oracle recently did this for the Oracle Client libraries too. Shame.
darth_mastahalmost 7 years ago
So you have to log in to Docker Store on Windows and on Mac. I sort of get the frustration. Using one of these systems for development is a painful experience on its own, no need to make it more miserable.
bltalmost 7 years ago
torrents would be a good way to deal with this.
dabocksteralmost 7 years ago
Stuff like this is why mirrors are a thing.
ameliusalmost 7 years ago
Somebody should create a mirror site.
aurelienalmost 7 years ago
That is for your security!
Ra1d3nalmost 7 years ago
Thank god for GDPR.
type0almost 7 years ago
This ship is sinking and all the rats has already left
koldermanalmost 7 years ago
Did someone say <i>cough</i>serverless<i>cough</i>?
threeseedalmost 7 years ago
Not sure what the issue is here.<p>You can download Docker from many other sources without a login. And they are only putting the Docker Community Edition behind the email paywall as pretty much every open source&#x2F;freemium company does these days.
Kiroalmost 7 years ago
This issue was opened in the docs repo and it was closed in that context, which was correct (the docs do not need to change as for now).<p>The docs do not dictate how you download Docker and joaofnfernandes is only responsible for the docs as far as I can tell.
codedokodealmost 7 years ago
We decided to spend a minute of your time for registration to improve your experience (and another minute that it will take to unsubscribe from spam later).<p>But I think it&#x27;s only fair. Those developers who dislike this probably do the same to their users.
acorkeryalmost 7 years ago
Bit of a cliché, but nothing is free. You are choosing to use technology provided by a for-profit company. Community Edition does not mean it&#x27;s owned by the community. It&#x27;s absolutely irritating to have to create an account and login when you just want to try something, but if you&#x27;re invested in a technology and the company that provides it (at no direct monetary cost to you), I don&#x27;t think it&#x27;s worth getting stroppy about. Plenty of other more sinister and cynical things happening in tech right now to get riled about
notyourworkalmost 7 years ago
Headlines false, I just did this a few days ago.
评论 #17805158 未加载
评论 #17805279 未加载
评论 #17805277 未加载
tannhaeuseralmost 7 years ago
Good. Maybe we can get back to writing software, rather than spending our time on pointless deployment scripting, tools, and reiventing wheels. Or have developers interested in containers spend their efforts on standardized rather than Linux-only solutions. Docker has IMHO never made any sense for the use cases people seem to have in mind, as it really doesn&#x27;t isolate you from anything (neither from the host O&#x2F;S nor Docker itself). Docker, Inc. touting the security aspect doesn&#x27;t hold merit given Docker must be run as root, and containers can&#x27;t use host system permissions etc.
评论 #17807963 未加载
zapitaalmost 7 years ago
I 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...<p>Either way... Holy shit is that github thread full of negativity and entitlement! Pretty shocking. Even if you’re unhappy with something, that’s no way to treat a team that is giving you a tool for free!
评论 #17805782 未加载
评论 #17805771 未加载
评论 #17810125 未加载
评论 #17805745 未加载