If I understand correctly, nextcloud automatically updated … which I didn’t think it would, normally. Maybe it’s a “feature” of the AIO docker image?
If I understand correctly, nextcloud automatically updated … which I didn’t think it would, normally. Maybe it’s a “feature” of the AIO docker image?
Never upgrade to the latest and greatest of … anything really, especially in production. Let others test it first, or as suggested already, have a staging environment where you test the upgrade first. I guess you can still downgrade nextcloud though, especially if you have a backup.
Are you using the AIO image? I don’t know how well that works, but yeah, I absolutely hate automatic updates like that. I tried it once and I decided to use the plain “official but not supported” docker image instead, where I manage things myself. Never had an issue, and I can control which version I’m running, I can backup to wherever I want, using whichever system I want, etc.
If you want people to take you seriously about being open source, you need to have a git repo, like github, gitlab, etc. you can even self host one. Heck, you can even use a different (non git) DVCS, but not just a link to a cloud drive…
That’s possible, I’m using Firefox, is that something firefox would do?
The site does use https for me… it instantly redirects from http to https
My point is, since its meaning depends on the context, I don’t see the issue for it to mean, in the context of containers, “outside of a container”. Just like in the case of VMs, or OS vs No OS, it means there’s one fewer layer between the app and the hardware, whether that’s a VM, Container runtime, or the OS.
I’m pretty sure everybody, including you, understood its meaning in this context, it didn’t really cause any misunderstanding.
That’s only the meaning you’re used to, and that’s my point. It depends on the context. I can assure you that, in the context of microcontrollers, for example, “bare metal” means running without an OS.
Well, since we want to be technical … Docker is not bare metal. Linux apps are not bare metal. Arduino is bare metal.
I still run it on a 10 year old chromebox (replacing chrome with linux of course). It’s really not that heavy. If it seems very slow, I’d try rebuilding the database from a dump (if mysql/mariadb), and making sure the db is on a fast drive. At least, those two things made a huge difference for me. Also, some people reported huge speedups switching to postgres.
I see you don’t like freedom of speech, at least not for people who disagree with you
True, democracy =/= freedom, though they usually (used to) go hand in hand
Seems like that’s the new global definition of “freedom” in general
Remember you are saying this on social media ;)
I think he’s implying he’s going to invest another 1.2k in the stock market, in vaccine dev companies / ETFs / etc. I could be wrong…
Antisemite and anti-Israel aren’t the same thing: one can dislike what Israel is doing without necessarily hating all Jews, whether they reside in Israel or not.
I mean that’s exactly my point: they were not able to negotiate a peace deal in good faith, which means they preferred war instead. Note I’m not familiar with that specific episode. I was thinking e.g. the assassination or Rabin by one of his own people
Sorry I was hoping to talk with an intelligent being, I will stop wasting mt time
I didn’t say civilians, mind you, I said “Israel”, but let’s talk about the civilians: they voted for this government over and over for decades (minus the brief pause last year), and similar ones before, so at least the majority of them bears some responsibility as well. I’m only sorry for that minority of Israeli that wanted peace and voted for someone else.
Was this with podman or rootless docker?
I also would like to switch to rootless, I have some experience with podman and, while I generally like it, it’s not 100% compatible with (rootful) docker, and can have performance issues if you’re not careful, especiallt with certain file systems like btrfs. I wonder if rootless docker is now better than podman, or preferred for some other reason.