Como ver contenido acestream en Linux https://myblog.clonbg.es/como-ver-contenido-acestream-en-linux/ #Docker #Media https://clonbg.es
Como ver contenido acestream en Linux https://myblog.clonbg.es/como-ver-contenido-acestream-en-linux/ #Docker #Media https://clonbg.es
When a #docker image updater, gets and update :D
#DIUN 4.30 is here - https://github.com/crazy-max/diun/releases/tag/v4.30.0
@scripting @davew Or at the very least, if they can’t port it to Node, a #Bluesky #Docker image like #Mastodon has done. As well as an example compose file if it needs multiple services.
I was able to get my own server running with a minimum of fuss thanks to Mastodon providing those.
#gethomepage is an interesting dashboard. I didn't manage (yet?) to get everything I wanted working on it, but it's quite a pleasant view. Though I'm not sure yet what I want to do about reachability/authentication
Nice feature, though currently of little use to me, is that it can configure itself by watching #docker or #k8s annotations. And it can display status of configured services too, which is nice.
“A massive pile of debt from the VMware acquisition is forcing Broadcom to squeeze every penny from assets we once considered sacred.” read here
we really need sovereign public registries like public services https://fastcode.io/2025/08/30/the-69-billion-domino-effect-how-vmwares-debt-fueled-acquisition-is-killing-open-source-one-repository-at-a-time
Und wieder so ein Vorfall, der nicht passiert wäre, wenn der aktuellen Generation von YOLO/Vibe-Codern nicht Konzepte wie GPG-signierte Pakete am Arsch vorbei gehen würde.
Kinda pulled a whammy on myself. Tried to play with #Docker on my home #RaspberryPi4 and had #Debian #Buster on it. Tried to leapfrog to #Bookworm past #Bullseye and probably borked the Raspi-firmware on my way. I don’t have a microHDMI or a screen at home, so it’s off to work to fix it. I think my MicroSD adapter is also at work, so I have to do that anyhow. At least it’s not production and across the country. LOL. Blarg.
PSA: #tor webtunnel bridge operator: if you're using our official docker image, please check if the container is running after yesterday upgrade. #webtunnel #docker
Trying Podman as a drop-in replacement for Docker on my new desktop. It's pretty good, only tripped over a few things:
1. You have to install podman and podman-compose
2. Image URLs have to be absolute, e.g. docker.io/mariadb:10.11 not mariadb:10.11
3. Rootless by default means you cannot forward ports from the container to a privileged port (below 1024) on the host
All easily fixed though, and the Podman way is better IMO.
Dear Fedi friends,
Happy Thursday from rainy northern Italy
In case you missed it: I've spent the past two weeks doing all kinds of #selfhosting explorations, as I strive to learn #Docker to move my Ghost site there (it's recommended for Ghost v6 and going forward).
Yesterday I shared a blog post about the peaches (highs) and pits (lows) in #MySoCalledSudoLife adventures.
I'm hoping my mistakes can be useful for fellow newbies
: https://news.elenarossini.com/my-so-called-sudo-life/my-so-called-sudo-life-month-8-peaches-pits/
GGG (Guile Glyph Generator) v0.4.6
Now also packaged via Podman/Docker, and a new version is in a PR to Guix, containing many improvements, specially to CLI experience and flexibility, as well as a cleaner badge definition DSL
https://codeberg.org/jjba23/ggg
Generate SVG images for handy useful glyphs, Org/Markdown badges and more, leveraging the power of Lisp (Guile Scheme)
@oli sterling PDF im latest-fat branch kann das auf jeden Fall. #docker #sterlingpdf #pdf
2/n
Now I've done a system update and a few reboots and haven't gotten #docker to work yet.
First picture is evidence that docker should be okay
Second and third are the logs restart suggests
I'm also a little bit confused, some of the applications I run in docker containers are showing up in the process list, so clearly docker is running somewhat....
The great Docker fixing mega thread.
Story to now: I have an old i3-8100 based #openSUSE home server. I have *many* things installed with #docker. I have successfully rebooted a few days ago and everything was fine.
This morning I attempted to add a #PeerTube docker, following these instructions: https://docs.joinpeertube.org/install/docker
When I did the `docker compose up -d` (after fixing an IP clash and moving this config to 10.13.0.0) it failed.
And then I noticed that `docker stats` wouldn't return.
1/n
@bsi gibt es zur Doppelstrategie noch konkreteres zum Absichern von Software von z.B. US Anbietern? Bin da sowohl aus dem Netzpolitik, Heise und der offenen Antwort immernoch nicht ganz schlau draus geworden.
Gedanklich wäre ich da jetzt, dass man vll. VM+container Lösungen unter Linux und deren Security features weiter absichern/fördern würde (@proxmox, #incus, #LXC, #docker, #kubernetes, #Wine, #systemd, #apparmor, #selinux, #cgroups, namespaces...). Aber vll. auch nur Wunschdenken bei mir?
I was looking at how to publish docker images generated by forgejo runners to docker hub (or something else) then I found this blog post https://mteixeira.wordpress.com/2025/02/03/my-self-hosted-forgejo-runner-setup/#creating-a-registry-push-secret
At the end, I saw a link to a Mastodon account and said, hey, this blog post is awesome, let's follow this person.
Guess what, the author is @badnetmask and I already follow him
Nice job!
“A malicious container running on Docker Desktop could access the Docker Engine and launch additional containers without requiring the Docker socket to be mounted”
Critical Docker Desktop flaw lets attackers hijack Windows hosts https://www.bleepingcomputer.com/news/security/critical-docker-desktop-flaw-lets-attackers-hijack-windows-hosts/
I think I have managed to fix the 'Docker is incredibly slow on Windows' problem I was having. I will write up a blog post at some point, but the key points are:
1. Run Docker within WSL on Linux (e.g. Ubuntu). Do NOT use Docker Desktop on Windows.
2. Make sure any directories you mount as Docker volumes as within your Linux home directory, not your Windows directory. WSL drops you into a mount of your Windows directory by default.