A Step-by-Step Guide to Switch from Rootful Docker to Rootless Docker in Debian and Ubuntu
https://squeet.me/display/962c3e10-0a6743d6-053ace38292d5c1b

So we are officially less than 1,000 awesome people away from the 100,000 subscriber mark!
If you're interested in self-hosting videos and livestreams, consider subscribing!!

Mostly, when I'm writing #ShellScripts, I use #BASH. However, sometimes, a script that works just fine on my desktop will fail when run from within a #Docker #container. So, I'll use #podman to fire up the selected container to debug my script within (like so):
podman run -it --entrypoint /bin/sh docker.io/python:3.12-alpineUsually, the problem with my script is that it wants BASH but, particularly Alpine-based containers, only have #ASH. So, I'll have to re-work my script to be ASH-compatible (which usually means a script that's a lot less terse).how deep can you nest docker-in-docker without it breaking?
Turns out my #Docker Desktop-powered #Mastodon service on a #Mac had commitment issues—it wouldn’t automatically start because of a months-long bug in Docker’s `restart: unless-stopped` policy. Allegedly, yesterday’s Docker Desktop 4.47.0 release has patched things up: https://docs.docker.com/desktop/release-notes/#4470
If you’re in the same boat (check out my setup at https://phoenixtrap.com/2025/09/21/my-mini-mastodon-server/) or running anything else on a Mac with Docker Desktop, now’s the perfect time to hit that update button.
Que tal esa caída de #Docker muchachos. Ya se que fue hace dos días, Ayer se hizo mucha chamba.
n8n : comment effectuer les mises à jour sur un NAS Synology ? https://www.it-connect.fr/n8n-comment-effectuer-les-mises-a-jour-sur-un-nas-synology/ #Synology #Docker #NAS #n8n
Mit der Ankunft von #Debian 13 "Trixie" ist das Paket xen-tools aus den Repos geflogen. 🤦🏻♂️
(xen-tools ermöglicht es, komfortabel neue VMs für #XEN zu erstellen.)
Vor sechs(!) Jahren hat der Maintainer mitgeteilt, dass er das Paket weitergeben möchte:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922126
Vor sechs Jahren!
Das ist nicht das einzige Beispiel nützlicher, aber verwaister Pakete.
Wenn mal ein paar Leute aufhören würden, #Docker als Installationsmedium zu missbrauchen, per npm zu publishen und yet another repo zu erfinden, und stattdessen mehr Ressourcen in solide Basissysteme mit sauber gemaintaineten Software-Repositories gehen würden, dann wäre das, glaube ich, besser für uns alle.
#Virtualisierung #debian13trixie #rant
En QNAP puedes instalar Container Station en QTS.
Leer más 👉 https://gouforit.com/contenedores-docker-deberias-probar-qnap-synology/

You know, you wouldn't think it so difficult to get #HomeAssistant and an #ESPHome ESP32 to playback an audio file on repeat, but OMG... 🤦🏻
I'm now looking at whether I can set up a #Docker container to loop a file and create an MP3 stream for playback...
TIL you can publish docker-compose files to an OCI registry and include them into another docker-compose.yaml.
This work pretty well with spring-boot-docker-compose to share services between applications if you set the same project name in compose and lifecycle start-only
The Trust Paradox: When Your AI Gets Catfished
#Docker #Engineering #Solutions #AIAgent #AIML #CICD #MCP #SecureSoftwareSupplyChain #Security
https://www.docker.com/blog/mcp-prompt-injection-trust-paradox/