After a 3 month hiatus, finally going to be able to devote some time, this week, focusing on upgrading my Django projects with their Docker & PostgreSQL container configurations(as opposed to the bare metal setup I usually work with).
A couple of goals:
- Polish up my notes on "collation version mismatch" warnings & publish
- Read up on the Docker Compose Watch feature: https://docs.docker.com/compose/how-tos/file-watch/
- Start planning upgrades from PostgreSQL 15.16 to 18.2
#blind #docker users. thjis command will give a much more accessible status output for running containers:
docker ps --all --format "{{.Names}}" | while read name; do status=$(docker ps --all --filter "name=^${name}$" --format "{{.Status}}"); image=$(docker ps --all --filter "name=^${name}$" --format "{{.Image}}"); stats=$(docker stats --no-stream --format "Mem: {{.MemUsage}} / {{.MemPerc}} - CPU: {{.CPUPerc}}" "$name" 2>/dev/null || echo "(not running)"); echo "$name (from $image) - $status - $stats"; done; echo $(docker ps -q|wc -l) containers out of $(docker ps -q --all|wc -l) running. $(docker ps --all|grep -v Up|grep -v CREATED|wc -l) in a failure state.
Running NanoClaw in a Docker Shell Sandbox
https://www.docker.com/blog/run-nanoclaw-in-docker-shell-sandboxes/
TIL: Docker log rotation
https://programming.dev/post/45875168
Docker Swarm vs. Kubernetes in 2026
https://thedecipherist.com/articles/docker_swarm_vs_kubernetes/
Interesting article for real-world case #docker swarm vs #kubernetes incl cost, code, and other comparisons over 10 years.
https://thedecipherist.com/articles/docker_swarm_vs_kubernetes/
@jonathanhogg “Official” #docker image does not exist. Ghost team does not support it and they have no plan to push it.
https://forum.ghost.org/t/official-docker-based-ghost-from-ghost-team-itself/1891/3
The docker image that most use is maintained by “The Docker Community” so all issues should be directed to their GitHub issue tracker.
I resist the urge to boast about #nix superiority when someone brags about creating a highly non-deterministic, fragile script for #ansible #docker or #podman .
Even when writing private code, I strive for reproducibility with Nix.
I oppose the unreliability of other solutions.
In the #talos and Nix communities, we aim to make it work natively everywhere.
Is that wrong?
It is disheartening to me that presenting an objectively superior solution can often be perceived as confrontational.
Currently trying to learn how to setup a Nextcloud Docker build to replace my current Nextcloud server. It will eventually hopefully handle basic office stuff and chat.
After that is some kind of Email and Administration.
Still working.
SumUp is hiring (Senior) Backend Engineer - Global Bank
🔧 #golang #kotlin #aws #cicd #docker #kafka #kubernetes #postgresql #seniorengineer
🌎 Sofia, Bulgaria
⏰ Full-time
🏢 SumUp
Job details https://jobsfordevelopers.com/jobs/senior-backend-engineer-global-bank-at-sumup-com-dec-22-2025-a09296?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Tengo publicado en YouTube un tutorial que explica como configurar un cluster #Kafka usando #Docker.
Maneja datos de forma distribuida de manera moderna y eficiente!
#Gratis #SiguemeYTeSigo #Followback
Nota: imagen generada con IA generativa.

Running NanoClaw in a Docker Shell Sandbox
#Docker #Engineering #Products #AIAgent #DockerSandboxes
https://www.docker.com/blog/run-nanoclaw-in-docker-shell-sandboxes/