Docker is dead? Podman – an alternative tool?
141–150 of 183 posts
Re: Docker is dead? Podman – an alternative tool?
#142Re: Docker is dead? Podman – an alternative tool?
#143The market changed and Docker changed to stay relevant. Just that.
Re: Docker is dead? Podman – an alternative tool?
#144Earlier quoted context omitted.
By default container images are not signed (there is notary, but it's not commonly used - maybe notary V2 will change that - and I think the signature changes depending on the registry it's hosted on anyway?) which make it inconvenient to mirror. Now, why are we still producing new package formats without mandatory signatures (containers, npm, cargo, etc) is not really clear to me. I guess everyone must think "those…
The layers have checksums so couldn't you store the metadata centrally and mirror the checksummed blobs?
https://docs.docker.com/docker-hub/download-rate-limit/#defi...
Re: Docker is dead? Podman – an alternative tool?
#145Earlier quoted context omitted.
Typing this on a Asus 1215B that was sold with a Linux distribution and has already had a couple of LTS distributions since 2009. Even though it was sold as Linux supported device, it had its own series of issues, with wlan driver being broken when Canonical decided to replace it for a less capable one taking 6 months to reach feature parity, nowadays GL is stuck at 3.3, although fxgl used to be able to do 4.1. And t…
Makes me think of what other laptops (or even just PC hardware in general) have some of the best support on *nix. Personally, in my experience most hardware has been passably okay, at least when compared with trying to run FreeBSD, though some required tweaking (such as touchpads). I think Lenovo ThinkPad laptops have some of the best reputation in that regard, though the newer models can definitely be a bit on the p…
Running boring plain vanilla Ubuntu LTS with the ("curse you, FreeDesktop.org!") Gnome Shell and a few extensions that probably drive the minimalists on the Gnome Project bonkers (also running a lot of web apps like Gmail and Keep as PWAs). Or at least I hope they do. Mostly program, don't game: I leave that to my kids, both game developers. As a literal greybeard I don't care much if The Year of the Linux Desktop ever comes, because I've been living The Life of the Linux Desktop for over two decades.
Still using docker for workloads at home, but if I was still managing massive numbers of containers at work I'd probably be running podman for anything that didn't justify the cost and complexity of k8s.
Re: Docker is dead? Podman – an alternative tool?
#146Navigating fragmented ecosystems sure is a pain... I get that different tools serve different needs, but having to learn a bunch of different things just to figure out which one to use gets really exhausting. Especially when you have to do it for tools at every layer of your stack.
Re: Docker is dead? Podman – an alternative tool?
#147Have you ever used podman-compose? It's amount of bugs and missing features is bigger than actual features count.
Podman 4.x is pretty great with docker-compose due to its API compat with Docker. Give it a shot.
This isn't a critique of your comment. Just, that I don't understand what's going on here. Maybe this whole issue is a non-Linux kind of thing?
Test stuff out with wither docker compose, or minikube, and otherwise deploy to k8s has worked great for me.
Re: Docker is dead? Podman – an alternative tool?
#148People complaint about framework or library churn in the JS world, but other ecosystems have the same issue. For people who aren't following this ecosystem closely, I just want something that works and gets out of the way with a minimal learning curve. Navigating fragmented ecosystems sure is a pain... I get that different tools serve different needs, but having to learn a bunch of different things just to figure out…
I left .NET land for this very reason. JS pales in comparison to .NET framework fatigue
Re: Docker is dead? Podman – an alternative tool?
#149Earlier quoted context omitted.
So you can use kubectl but it talks to podman and not to the api of a k8s cluster? Or does it have its own cli?
There's apparently a 'podman play kube' command that can take some k8s yaml like pod descriptions and instantiate them directly: https://docs.podman.io/en/latest/markdown/podman-play-kube.1... I hadn't heard of this until now but it sounds pretty nifty!
https://gist.github.com/pkulak/d22407b887461b416891b78fb3793...
It can probably be even more concise, but I stopped stripping stuff out here.