Live data from Hacker News

Docker cannot be downloaded without logging into Docker Store

github.com

251–260 of 454 posts

Re: Docker cannot be downloaded without logging into Docker Store

#251

Earlier quoted context omitted.

Stuff like this makes me feel better about focusing on Ansible Container instead of Docker. You can use it to create multiple different types of containers without being married to Docker itself.

Is this a viable alternative to Docker? I’m about to launch a fairly large new project and had planned on going with Docker but this definitely causes me concern.

rkt ?

https://coreos.com/rkt/

Re: Docker cannot be downloaded without logging into Docker Store

#252
post #38

If 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…

It's important to mention that Singularity does not cover the same functional scope as Docker, and therefore isn't a good alternative for all use cases. It's much better for some, close to useless for others.

To make it short: - huge pro: it relies on user rights and doesn't require root, so it's easier to trust for an admin, and to use for a non-admin; - huge con: it provides no isolation (it's not that it does a bad job at doing it: it doesn't even try, by design).

There are probably many other differences, but that's what has stroke me the most.

Don't get me wrong: I've only had positive feedback about it; it just isn't a one-to-one replacement for Docker.

Re: Docker cannot be downloaded without logging into Docker Store

#253
post #44

Earlier quoted context omitted.

What's next? Opt-out phone-home, telemetry, crash reporting, quality analytics, whatever you call it. That's my prediction. My Synology personal file server started nagging about enabling telemetry and needing a privacy notice to store my files on my drive on my network. Screw that.

Even Wacom tablet drivers phone home now: https://www.reddit.com/r/wacom/comments/7zzq8p/you_should_kn...

I struggled to upgrade my graphics card drivers on an old gaming PC just the other day because I'd forgotten my "GeForce Experience" password and had to reset it.

Re: Docker cannot be downloaded without logging into Docker Store

#254
post #153

Earlier quoted context omitted.

The game sounded very interesting, until I read a bit in the forums. Some players are really toxic. Twitter is a peaceful, loving place compared to that. No way I will spend my free time in this game.

The game itself is really fun and griefers are much rarer than you might imagine from reading the forums. But yeah.... It's absolutely nuts there sometimes. The developer is a massive free speech advocate and doesn't mind hosting this horrible crap. But what's insane is that he gives moderator ability to some of the worst offenders. So I just don't know what's going on in his head sometimes. There used to be a list o…

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.

Re: Docker cannot be downloaded without logging into Docker Store

#256
post #198

Earlier quoted context omitted.

A ton! But they just don’t usually call it that. 90% of changes just make things better for the user. 10% make things worse, but they’re obvious and honest and we’re okay with it. And then 1% is the stuff like this. The Netflix/Qwikster you’re paying less but more debacle. The EA “sense of pride and accomplishment”. The Netflix (wait, why are they here twice?) show recommendations that aren’t ads that’s happening rig…

Or Amazon's "Prime costs more now but it also includes Amazon Video which was so popular we couldn't get anyone to pay for it extra".

I recently noticed that Amazon Prime in the UK has Parks and Recreation AND Seinfeld, which Netflix doesn't have.

Worth it!

Re: Docker cannot be downloaded without logging into Docker Store

#257

Earlier quoted context omitted.

The game itself is really fun and griefers are much rarer than you might imagine from reading the forums. But yeah.... It's absolutely nuts there sometimes. The developer is a massive free speech advocate and doesn't mind hosting this horrible crap. But what's insane is that he gives moderator ability to some of the worst offenders. So I just don't know what's going on in his head sometimes. There used to be a list o…

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.

> The moral of the story is: if you’re against witch-hunts, and you promise to found your own little utopian community where witch-hunts will never happen, your new society will end up consisting of approximately three principled civil libertarians and seven zillion witches. It will be a terrible place to live even if witch-hunts are genuinely wrong.

Source: http://slatestarcodex.com/2017/05/01/neutral-vs-conservative...

Re: Docker cannot be downloaded without logging into Docker Store

#258

Earlier quoted context omitted.

Even Wacom tablet drivers phone home now: https://www.reddit.com/r/wacom/comments/7zzq8p/you_should_kn...

I struggled to upgrade my graphics card drivers on an old gaming PC just the other day because I'd forgotten my "GeForce Experience" password and had to reset it.

My thoughts exactly. What a weird turn of events when it's easier to install Nvidia drivers on Linux using your distro's package manager than it is on Windows!

Re: Docker cannot be downloaded without logging into Docker Store

#259

Docker is such a mess. 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. Caching is terrible pretty muc…

Wow I'm so glad that I'm not the only one with this opinion. Every single time I've had to use docker I've had to slog through inane design decisions which seem to make everything harder than it needs to be. Everything is inconsistent and there are several commands which seem to essentially do the same thing but subtly do not, and so on .. It's like every design decision has just been made by a single developer who likes to come up with new and "smarter" ways to do things.

Re: Docker cannot be downloaded without logging into Docker Store

#260

Earlier quoted context omitted.

I think Canonical does a pretty great job of this. If I download an Ubuntu Server ISO, I get my download immediately, but the page has a nice prompt to register for a whitepaper to get the most out of my new server product. If I download the Ubuntu Desktop ISO, I still get my download immediately, but additionally I see some nice prompts about donating to support their operations. Everything about both flows inspires…

Have you donated or signed up for those white papers so far? If so how many times/how much?

Desktop end user: I donated to Ubuntu, and to Debian via SPI, and a bit to OpenBSD when they had their funding wobble. Since 2015 I've been using Slackware and bought a DVD subscription (it turns out that the Slackware BDfL wasn't getting much of the income from the sale of the DVDs or merchandise so I donated again recently).

We are talking the price of a hipster coffee per fortnight here, but a few thousand people putting that on a recurring payment adds up.

For organisations like Docker I'm wondering if the RStudio model would be viable? The 'enterprise' subscription is something like $995 a year and can thus be budgeted for &c.

Post reply on HN