Earlier quoted context omitted.
What does being open source and being altruistic have to do with each other? Personally, I think they enabled the login, so that new users would be able to use docker cloud, after installing docker, without needing to create an account. But still, being open source, allows you to verify security, be transparent about the product design/intentions, possibly extend or customize for your needs, etc. There is a lot of va…
> What does open source and being altruistic have to do with each other? Would you spend time out of your day to contribute to software that requires your users to sign up for someone else’s spam list?
Docker cannot be downloaded without logging into Docker Store
401–410 of 454 posts
Re: Docker cannot be downloaded without logging into Docker Store
#402Earlier quoted context omitted.
What does being open source and being altruistic have to do with each other? Personally, I think they enabled the login, so that new users would be able to use docker cloud, after installing docker, without needing to create an account. But still, being open source, allows you to verify security, be transparent about the product design/intentions, possibly extend or customize for your needs, etc. There is a lot of va…
> What does open source and being altruistic have to do with each other? Would you spend time out of your day to contribute to software that requires your users to sign up for someone else’s spam list?
Re: Docker cannot be downloaded without logging into Docker Store
#403Earlier quoted context omitted.
> If they want to collect emails they need to offer something in addition. whether i agree with the decision or not, i am confused by this sentiment. aren’t they offering docker, for free?
They're indeed giving away Docker for free, but part of the reason I hypothetically want Docker in the first place is that I trust the people distributing it to not do anything underhanded with their flagship tool's position as a product which runs thousands of other businesses' infrastructure. There is a certain degree of trust involved in using a product like Docker since it is so critical to a businesses' operatio…
Re: Docker cannot be downloaded without logging into Docker Store
#404Earlier quoted context omitted.
What does being open source and being altruistic have to do with each other? Personally, I think they enabled the login, so that new users would be able to use docker cloud, after installing docker, without needing to create an account. But still, being open source, allows you to verify security, be transparent about the product design/intentions, possibly extend or customize for your needs, etc. There is a lot of va…
> What does being open source and being altruistic have to do with each other? The "open" in "open source" is about encouraging cooperation and collaboration. And not using lock-in or patents or walled gardens to obstruct competition. If the altruistic aspect is still not obvious: many projects encourage a gift economy by accepting donations. Astroturfing is really not compatible with what you called "be transparent…
Re: Docker cannot be downloaded without logging into Docker Store
#405Earlier quoted context omitted.
Sounds like you would be more interested in LXD then.
LXD is more like virtual machines than containers, though. Also, in context of this thread, it doesn't solve much that Docker doesn't; after all, Docker for Linux is in fact fully open source, and even if it wasn't, Linux has no shortage of mature container implementations (like rkt.) For a developer on Mac or Windows, it'd be nice to have a universal dev tool, even if only to handle Linux containers.
As someone who is a maintainer of the core of what actually runs containers under Docker (runc), LXC (and by extension LXD) is _the_ most mature container implementation on Linux. I've worked with the LXC folks and I am constantly impressed how on-top-of-everything they are.
Re: Docker cannot be downloaded without logging into Docker Store
#406Earlier quoted context omitted.
It's the issue with discussion platforms where the speech is not regulated, they tend to bring people that have been kicked out of other platforms, even if they are not really interested in the main focus of the forum.
Paradox of Tolerance[1]: > The paradox states that if a society is tolerant without limit, their ability to be tolerant will eventually be seized or destroyed by the intolerant. Popper came to the seemingly paradoxical conclusion that in order to maintain a tolerant society, the society must be intolerant of intolerance. [1]: https://en.wikipedia.org/wiki/Paradox_of_tolerance
Re: Docker cannot be downloaded without logging into Docker Store
#407Earlier quoted context omitted.
In which way does using Docker circumvent the GPL? It's not like Docker images are opaque binary blobs, unless you count tar.gz as opaque.
Because a GNU userspace is "distributed" along with proprietary software?
Re: Docker cannot be downloaded without logging into Docker Store
#408https://github.com/docker/docker.github.io/issues/6910#issue...
Re: Docker cannot be downloaded without logging into Docker Store
#409I get it. I hate login-walls too. The level of toxicity in the github issue's conversation is so astounding that I must say something. People on the internet are people. I hope that we don't talk to people in "real life" the same as we do when we make toxic comments online. Complain, write letters/emails to Docker, make your opinion heard, etc. But remember that you are dealing with a fellow human-being, who has thei…
Re: Docker cannot be downloaded without logging into Docker Store
#410Earlier quoted context omitted.
Cool, I guess I'm not surprised that IBM Cloud are leading the way there :) are you aware of any on-prem options shipping Containerd as a default so far?
I know our own on-prem (IBM Cloud Private) has containerd in testing and looking for a late year release where containerd is the primary engine. I'm not as up to speed on who else is offering on-prem K8s; but I do know minikube is also getting containerd integration as we speak.