this post was submitted on 18 Oct 2023
1189 points (97.5% liked)
Memes
45537 readers
293 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're not afraid of Docker you can even spin up your own instance of Invidious. You won't get much in the way of recommendations, but you won't have to worry about the site going down.
Be the frontend you want to see in the world.
When docker get their shit together and work on freebsd? Sure
That's a way taller order than you might think. Docker has loads of kernel level integration that FreeBSD isn't interested in supporting, also there are separate techs for similar purposes, like jails.
Yeah, so if projects don't support freebsd I'm out. Tired of everyone's fetish for docker, even Canonical have added freebsd style jails to ubuntu now
cgroups are very different and much more powerful than freebsd jails. The server world is leaving freebsd for Linux.
Docker still sucks, though, and you should use podman instead.
Son, just say no to IBM
The problem with podman is that we use stuff like Docker-compose and tilt at work, that require the docker daemon socket. I do try to use podman when possible, though. But yeah, I avoid Red Hat these days, that company is doomed.
I use kubernetes+containerd for my servers, which is neither Docker nor Podman.
Sounds more like a BSD problem and less like a Docker problem.
Podman to the rescue! Screw docker, podman is so much better and a quick google tells me there is a freebsd package of podman soooo
Good news! Apparently there's a way to build Invidious for Podman, though it's not exactly straightforward. That said, there's an open issue to add official documentation for how to do it, so maybe that'll get done. Eventually.