toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

276
active users

#docker

28 posts25 participants2 posts today
Continued thread

#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.

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.

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 😅

🔗 : news.elenarossini.com/my-so-ca

Elena Rossini · My so-called sudo life: month 8: peaches & pits
More from Elena Rossini ⁂
Replied in thread

Okay, so apparently booting with no active network interfaces fixes #docker.....

What I was trying to do was reboot with a config where the active DNS server wasn't the #pihole in a docker.

I think I need a pihole solution that isn't in docker.

Continued thread

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: docs.joinpeertube.org/install/
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

docs.joinpeertube.orgDocker guide | PeerTube documentationDocumentation of PeerTube, a free software to take back control of your videos!
Replied in thread

@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 mteixeira.wordpress.com/2025/0

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!

I do what I can · My self-hosted Forgejo runner setupIn this (very long post) I will be demonstrating how I have setup my self-hosted Forgejo runners at home using Docker Compose, Docker-in-Docker and a bonus LXC. To demonstrate with a practical exam…

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.