dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#docker

24 posts20 participants1 post today

Success!!! I've migrated Immich from an x86 Debian system to Asahi Fedora on an M1 Mac Mini.
Installing Fedora was easy
Installing Docker was easy.
Installing Tailscale was super simple.
Installing and setting up CSF was easy, but only because I had notes from last time on how to make Docker and Tailscale cooperate.

Migrating the Immich database was a nightmare!! I think because my old system was a mishmash of legacy settings from 100+ releases ago... Also, my old system wasn't on the very newest release, which in itself made migration fail initially.

Virtuelle Browserumgebung: Mit Neko 3.0 Firefox, Chrome & Co. in Docker nutzen

Neko ist ein virtueller Browser für mehr Privatsphäre, gemeinsame Recherche oder als VPN-Alternative. Mit dem Update unterstützt Neko den Firefox-Fork Waterfox.

heise.de/news/Virtuelle-Browse

heise online · Virtuelle Browserumgebung: Mit Neko 3.0 Firefox, Chrome & Co. in Docker nutzenBy Sven Festag

Just released rsubst: a lightweight CLI tool built in Rust for template substitution, inspired by envsubst and Jinja. Great for Docker configs where you don't want to include a Python runtime.

GitHub: github.com/jtdowney/rsubst

A small, envsubst-like utility with conditional logic and advanced templating - jtdowney/rsubst
GitHubGitHub - jtdowney/rsubst: A small, envsubst-like utility with conditional logic and advanced templatingA small, envsubst-like utility with conditional logic and advanced templating - jtdowney/rsubst

Just set up my first Jenkins pipeline Debian package build process for a project using podman. I love the SCM declarative pipeline description. Created my first devops-specific git repo to hold the pipeline script and the podman dockerfile.

Although it is set up to be trigger from pushes to the main branch on my codeberg git repo, I'm just pressing build occasionally for the fun of watching it turn green.

I've only set up the first stage of the pipeline, but it gives me a solid sense of accomplishment.