
2025-07-01 19:43:48
🔄 Features hot-reloading for both frontend and
backend during development
🐳 Production deployment ready with #Docker and docker-compose configuration
https://github.com/google-gem…
CISA just published Thorium - and it's written in Rust. 🥳✨🦀
https://github.com/cisagov/thorium
Our meetup was well-attended with two interesting talks:
📋 Sarah Julia Kriesch presented "Docker vs Podman" - a beginner-friendly introduction to container basics and key differences between these tools.
🔧 Philip Laine showcased "Spegel", an OCI Registry Mirror that leverages torrent technology for efficient container image distribution - saving traffic costs and safeguarding against registry outages.
1/2
@… @… Will do. I am probably gonna wait until I have an x86 machine to run this on because the RPi is pissing me off. I want to manage services with NixOS and systemd-nspawn, not Docker.
Kaniko zostało porzucone i zamknięte. Ale się szykuje migracja...
https://github.com/GoogleContainerTools/kaniko/issues/3348
#devops #kaniko
I've finally figured out how to run a shell properly from a #Docker container, and gave someone #Gentoo reproduction instructions. And they are surprisingly simple:
https://github.com/narwhals-dev/narwhals/issues/2921#issuecomment-3146258796
What I am craving for concerning the #fediverse :
Being able to #selfhost on a VPS with a "simple" script the major fediverse applications as docker containers, e.g.
- @…
Hm. I normally use #postgres container because I can just increase the version in my
If you are using "docker:latest" in your CI pipeline, you may find your builds broken with a weird "failed to find target default" error.
In that case, switching to "docker:28.3.1" will fit this.
Issue on GitHub: https://github.com/docker/buildx/issues/3328…
Thanks @… for your article on Docker cgroup on Raspberry Pi, helped me out of a pickle!
https://akashrajpurohit.com/…
Was it you, @…, who mentioned #Beszel (https://beszel.dev) as a monitoring solution?…
Digital identity management system with blockchain:An implementation with Ethereum and Ganache
Andr\'e Davi Lopes, Tais Mello, Wesley dos Reis Bezerra
https://arxiv.org/abs/2507.21398
Title: Docker Desktop allows unauthenticated access to Docker Engine API from containers
#vulnerability
For anyone who wants to self-host their catalog of book video game or movie collections, Koillection is a good open-source option.
It can also be installed using Docker, which can speed up the setup process.
I've only been using this tool for a couple of days, and it looks promising. The only thing that doesn't seem very intuitive at the moment is the scraping system, although its developer has commented on GitHub that they are working on it.
TIL: That #docker build has a size limit for logs 🧐
H @…
https://github.com/jippi/docker-pixelfed/issues/248
What I'm missing here in the documentation (or I haven't found it) is the p…
Well, after having lots of fun and success #VibeCoding my own #Obsidian clone, I finally went back to Obsidian. Having someone else do the work is great :)
…
Some days it just blows my mind how some pieces of software have gained so much traction, with so little in the way of support for some common use cases.
Today; #Docker running on an IPv6 only host.
Who thought assigning IPv4 addresses to containers running on an IPv6 only host was a sensible default that is so difficult to override?
🤯
What do you suggest for pull-through container registry proxy with reliable(=persistent) cache for k8s? I know harbor, but it is too large and dependend on multi-container setup, to be just such cache.
#kubernetes #k8s
For the final lightning talk of #CloudAustin #DogDaysOfDevOps: @nimbin: an overview of Podman and why it's like Docker, but better
@… Makes sense, I’m glad to hear it’s more stable now.
I use the Docker image because I am lazy and because Rails is a bag of cats, which definitely makes upgrades easier, as it’s just swapping out a version number.
Duplicati is in the process of saving my ass again, but their backup restores are extremely slow.
Their web interface is neat and the handling is more or less intuitive, but I think I'm going back to the rsync & cron script formula.
It's what I've done on my server all my life until I installed Docker, but in this case I'm going back to my simple origins.
#docker
Bernd und Mela diskutieren Docker:
Bernd: „Und Du hast das Label allen Containern hinzugefügt?“
Mela: „Klar.“
Bernd: „Und alle Container neu gestartet?“
*grillenzirpen*
Mela: „Glaubst Du etwa, ich weiß nicht mehr, wie Systemadministration geht?“
Bernd: "Geisteswissenschaftlerin!"
*Poken des Todes*
#SzenenEinerEhe
Was für (Docker) Dienste kennt ihr noch, wo man ein wenig Bandbreite & CPU "spenden" kann? :BoostOK:
Mir aktuell bekannt sind
- ArchiveTeam Warrior (archive.org)
- Snowflake-proxy (Tor Project)
Dzisiaj w pracy bawiłem się z "nowymi" funkcjonalnościami docker build z buildkit.
Wymieniamy kaniko i to był dobry moment na przyjrzenie się bind mount, name context, remote cache, secret mount i multi-platform build - czyli cała kolekcja rzeczy, za które developerzy nienawidzą dockerfile.
W połączeniu z multistage build Dockerfile staje się zupełnie nieczytelny dla kogoś kto zaczyna z dockerem.
Za to budowanie 7 docker image dla jednego projektu w naszym monorep…
Just published v0.14.0 of helmfile-nix, a wrapper around helmfile in go to allow you to use the #nix language to manage helm releases on kubernetes rather than yaml go templating. This release adds functionality to also write ad-hoc helm charts directly in nix. https://github.com/reMarkable/helmfile-nix/releases/tag/v0.14.0 we provide binaries as well as a docker image with static nix based on alpine. You can also use it as a flake.
I've managed to install the Stirling PDF tools on one of our company's mini PCs using #podman. I've tried doing it with Redhat's cockpit admin GUI but it didn't really work, probably because of SELinux or something (it's always SELinux...). I found some instruction for the commandline that worked.
This is all seems like a good use-case for Docker but the whole contain…
First real test of the new cluster: encoding AV1 video. I created three Sisyphus encoding workers and decided to run some Blurays across all the servers. Wrote some Ansible to build the encoding workers because it's a pain in the ass, but right now I'm working through the first 3 videos in a queue of 12. Also, these are so much more efficient...
#homelab
Does anyone have experience with running docker images of other Linux distros in GitHub Actions CI?
Use case is validating that things build and run under e.g. Fedora or Arch given an outer Ubuntu system. It won't be perfect because you're still running the Ubuntu kernel but should be good enough to find obvious build problems, produce usable nightly builds, etc.
@… Me too, but it really shines when you have to run a Ruby/PHP/Python app, because you don’t have to deal with the packaging hell.
I did consider making a Nix bundle for it, but… it felt like too much work.
I am considering switching from the Docker runtime to something like Incus, but I haven’t looked into it properly yet. I’ll keep the ima…
Excited to try Apple’s new Containerization stuff when I have a few minutes to experiment with stuff that’s not due 3 months ago.
Maybe I can get rid of Docker (and Colima etc.)…
The minimalist approach is super interesting (static, no libc even). They claim you can launch a container and have a shell in “a few hundred milliseconds” and I definitely remember waiting longer than that for `ruby` to start, back when I was doing a lot of Vagrant work.
Don't know why it took me so long to get hip to LXC containers. Extremely convenient to use and with none of the docker brainworms.
Docker under Siege: Securing Containers in the Modern Era
Gogulakrishnan Thiyagarajan, Prabhudarshi Nayak
https://arxiv.org/abs/2506.02043 https://
If you use Duplicati on your Linux server via Docker to perform backups to an external USB drive, this must be mounted before the container starts up. Otherwise, Duplicati will throw an error ("missing files") when it tries to perform the backup because it cannot verify the files on the external drive, even though it tells you that it can detect that external drive.
The quickest solution in this case is to restart the Duplicati container.
Just spent an hour trying to get Seafile (simpler alternative to #NextCloud) running in docker. So many failures. Had to create a VM without port conflicts to get it to work in docker. No thanks.
📣 Aufgepasst! Die Edirom Summer School 2025 hat die Registrierungen geöffnet!
🎼 Wie jedes Jahr, erwartet euch ein spannendes Programm: Neben den Klassikern TEI, MEI und einer Einführung in die Edirom Software bieten Kolleg:innen unseres Konsortiums einen Kurs zu Forschungsdatenmanagement an mit einem Fokus auf musikwissenschaftliche und editorische Forschungsvorhaben.
🙌 Wir laden alle Interessierten herzlich zur Teilnahme ein!
Ight, I need some help picking an approach for my homelab.
Right now I've got 3 raspberry pis (1gb RAM) always on and 2 optiplexes running proxmox which are only on when needed.
Trying to work out whether I should move everything to one of my proxmox machines and just leave a single pi somewhere running a thing to act as a tiebreaker or just leave as is rn.
I run docker on pis with HA, pihole, some discord bots, status things but am kinda limited rn with RAM.
…
I'm now at the level of:
It did something cause I get a different SHA. Where it's unclear if the action failed or succeeded, but it did run at least.
docker; i have opinions
4. Similar to number 1, but I just want a button in the web UI which can update the app. It's probably a security thing or something, but this is literally the first time I do all this docker RPi self-hosting stuff... 😭 I think a huge chunk of my issues would go away if I could just manage everything (updates, song additions, auto file tagging) in the Navidrome web UI instead of all of these other apps.
Enhancing Software Supply Chain Security Through STRIDE-Based Threat Modelling of CI/CD Pipelines
Sowmiya Dhandapani
https://arxiv.org/abs/2506.06478 https…
@… hat ja Amperes von Altera im Angebot, und ich dachte, ich teste da mal ein system (CAX41) als devbox:
```
devbox ~ » podman run --rm -ti docker.io/zyclonite/sysbench --threads=$(nproc) --time=30 cpu run
[...]
Running the test with following options:
Number of threads: 8
[...]
CPU speed:
events per second: 24…
I'm in the middle of migrating my HA from docker to an HAOS VM. As part of the cleanup, I did a fresh install of Node-RED to a separate #docker container so I could use tailscale to proxy it.
I wrote up how at #homelab #nodered #NodeRedInstallation #HomeAssistant #Tailscale @…
Performance Impact of Containerized METADOCK 2 on Heterogeneous Platforms
Antonio Jes\'us Banegas-Luna, Baldomero Imbern\'on Tudela, Carlos Mart\'inez-Cort\'es, Jos\'e Mar\'ia Cecilia, Horacio P\'erez-S\'anchez
https://arxiv.org/abs/2506.06450
Day 9
TL;DR: Forgejo
Installed Forgejo and configured its native runner from scratch on Debian. Started with Woodpecker, but it turned out unnecessary. Everything now works locally with Docker integration and a working CI workflow.
Edit: added a GitHub backup workflow — every push to main now syncs code and tags to a private mirror repo.
https://
Justin Cormack, ex-CTO of Docker, has started a newsletter, and I really enjoyed this issue on the ancient history of documentation-driven development.
https://buttondown.com/justincormack/archive/ignore-previous-directions-3/
What I actually would have liked Apple to make is macOS containers. Don’t see what this gives over Colima/docker desktop.
From: @…
https://mastodon.social/@finestructure/114654885794936105
📦 Works with #Docker, #Podman, #Kubernetes & supports multi-platform image building with #OCI
I don't own a lot of computers anymore that still have x86 chips in them. I'm going to pull my backup server out of my parents house and try to run it on that. This might be a fairly long process.
I should see if I can recover the docker containers that were running on it and put those onto my Mac Mini for the time being. I was incredibly good about keeping 3/2/1 backups.
#til about docker contexts.
Turns out docker already has facilities for securely running commands on a remote host via tcp socket.
Wonder how this fits in with platforms like komodo or portainer that have their own core agent model for managing remote servers 🤔
@… Seems legit. I personally use Docker, because I am used to it (and I do want some containment), but I won’t claim it’s great. I was looking into Incus but… eh. I’d rather use systemd-nspawn.
Container on AWS (Symbolbild)
#containers #container #aws #docker
Hey nerds, I'm toying around running #wireguard -go via docker. I'm pretty close, but can't figure out what's going wrong with final hop.
I can see packets on bridge / veth from remote peer going in to container network namespace but nothing reaches the wireguard adapter running inside the container. I'm not getting an auth error from endpoint on peer.
Any su…