docker

Back Open Paginator
16.01.2026 20:00
RonDev (@RonDev@mastodon.social)

Gerade eine Auferstehung live miterlebt.
Docker sagt: Linkwarden dead. ☠️
Ich lösche den Container…
Eine Stunde später meldet Uptime Kuma: Linkwarden ist wieder online. ✨
Jesus wäre stolz. 😂

🙃




Show Original Post


16.01.2026 19:59
herrstoeckchen (@herrstoeckchen@mastodon.social)

Gerade eine Auferstehung live miterlebt.
Docker sagt: Linkwarden dead. ☠️
Ich lösche den Container…
Eine Stunde später meldet Uptime Kuma: Linkwarden ist wieder online. ✨
Jesus wäre stolz. 😂

🙃




Show Original Post


16.01.2026 18:44
2026 (@2026@odd.blog)

Creating a Shared Photo Library in Immich

If you’re using Immich to manage your photos, you may have discovered that sharing photos between users isn’t as straightforward as you’d like. Many users, particularly couples or families, want a shared folder where both parties can upload photos that are automatically visible to each other, complete with face recognition and smart search capabilities.

While Immich has shared albums, they don’t quite solve this problem. The photos don’t appear in search and aren’t processed for face recognition or analysis. What we really need is a true shared library where both users have full access to the same photos with all of Immich’s powerful features.

Here’s a solution using external libraries and symlinks that creates a pseudo-shared folder between Immich users.

Important: If you rely on uploading photos through the Immich app on your phone this method won’t work for you. You’ll need to sync the photos some other way and copy them into an external library. I export my photos from Lightroom Classic on my laptop, and Syncthing syncs them to the Immich server. Everything is automated from the moment I publish them to the shared directory.

This approach uses external libraries and symbolic links (symlinks) to create a shared photo directory that appears in both users’ Immich libraries. Each user uploads to their own “shared” directory, and through symlinks, those photos automatically appear in the other person’s library as well.

Requirements

Step-by-Step Setup

Let’s walk through this with an example using John and Mary, a couple who want to share their photos.

1. Set Up External Libraries

First, both users need to have external libraries configured in Immich. For this example, let’s say the external library on the server is this folder:

/mnt/external_library/

It will be mounted in Immich at /external_library/ in this example.

Create a directory structure like this:

/mnt/external_library/
├── john/
│   └── shared/
└── mary/
    └── shared/

2. Configure the External Libraries in Immich

In Immich’s admin web interface:

3. Create the Symlinks

This is where the magic happens. We’ll create symbolic links that connect each person’s shared directory to the other person’s external library.

Log in to the Immich server and run these commands:

cd /mnt/external_library/john/
ln -s ../mary/shared mary_files
cd ../mary
ln -s ../john/shared john_files

4. Upload and Scan

Now when John uploads photos to /mnt/external_library/john/shared/, they will:

The same works in reverse for Mary’s uploads.

After uploading, trigger a scan of the external libraries in Immich, and both users will see the shared photos.

How It Works

A symbolic link is like a shortcut that points to another location in the filesystem. When Mary’s Immich library scans /external_library/mary/, it finds the john_files symlink and follows it to John’s actual shared directory. From Immich’s perspective, it looks like Mary has those photos in her library, but they’re actually stored in John’s directory.

Advantages

Disadvantages

Important Notes

Conclusion

While this solution requires some technical setup and comes with the overhead of duplicate processing, it provides a practical way to share photos between Immich users with full functionality. This approach has proven reliable for my wife and me, who wanted a shared family photo library without waiting for native multi-user library support in Immich.

If you’re comfortable with the command line and the tradeoff of duplicate processing, this solution provides the shared photo experience many users are looking for.

#2015 #canon6d #cork #Docker #Immich #Ireland #Linux



Show Original Post


16.01.2026 17:52
schnatterer (@schnatterer@floss.social)

Docker switches to Containerd Image Store

Since #Docker Engine 29.0 (Nov 2025), new installation use #containerd image store by default.

This is supposed to align Docker Engine with #Kubernetes.

For now, I see the risk that Docker on CI server might behave differently than docker on my machine if I do not migrate manually.

Should I migrate now?
In the release notes, I can see quite some fixes, so better wait?

Did anyone migrate and live to tell the tale?

docker.com/blog/docker-engine-




Show Original Post


16.01.2026 17:02
karsbehr (@karsbehr@m.k-behrens.de)

Statt #Apple #Music nutze ich jetzt einen #JellyFin Server im #Docker Container auf meinem #UGREEN #NAS und erreiche den von überall per #VPN
#DIDay #DID #DUT #DUTgemacht
(btw die Filmmusik finde ich toll. Mehr aber auch nicht 😉 )





Show Original Post


16.01.2026 15:05
rcarmo (@rcarmo@mastodon.social)

Really starting to like @MistralAI , so I decided to make it easer to use when shoved into . is an _amazing_ piece of software... github.com/mistralai/mistral-v




Show Original Post


16.01.2026 15:00
r (@r@fed.brid.gy)

🚀 Containers ≠ black magic. @dbafromthecold.com@bsky.brid.gy showed us how to go from #Docker to #Kubernetes with real-world clarity at #PSConfEU 25: ✔️ Persistent data ✔️ StatefulSets ✔️ Secrets & YAML configs ✔️ SQL Server in K8s 🎟️ Tix open for 2026 → psconf.eu #PowerShell

- YouTube




Show Original Post


16.01.2026 14:50
docker (@docker@techhub.social)

Making (Very) Small LLMs Smarter
#Docker #Engineering #Products #AIML #DockerCompose #DockerDesktop #DockerModelRunner

docker.com/blog/making-small-l




Show Original Post


16.01.2026 13:58
waidler (@waidler@bayerwald.social)

Es laufen gerade Experimente mit Dokploy.
Erste Erfahrungen waren ernüchternd, weil ich es vom lokalen Rechner per Cloudflare Tunnels betreiben wollte. Mit A-Records und Letsencrypt auf einem VPS läuft die Sache wie geschmiert. Anwendungen lassen sich extrem schnell exponieren. Eine tolle Sache. Leider funktioniert momentan nur die HTTP-Challenge für die Zertifikate. Für den Einsatz auf einem VPS ist Dokploy aus meiner Sicht sehr zu empfehlen.

dokploy.com/

#vps #dokploy #docker




Show Original Post


16.01.2026 12:52
habr (@habr@zhub.link)

Вайбкодинг пошёл не по плану: как я снёс базу данных по совету Google Gemini (почти)

Классика жизни: ввёл в терминале команду, не до конца понимая последствий. И поплатился за это удалением активной базы данных.

habr.com/ru/articles/985856/

#google_gemini #вайбкодинг #лох #бэкапы #docker




Show Original Post


16.01.2026 11:55
ros (@ros@techhub.social)

vLLM Quickstart: High-Performance LLM Serving:
glukhov.org/post/2026/01/vllm-
#LLM #AI #Python #Docker #API #Ollama #DevOps #SelfHosting #NVidia #Hardware #PyTorch #DeepLearning #OpenSource #bash #Linux #Cloud #K8S




Show Original Post


16.01.2026 11:25
ros (@ros@techhub.social)

Self-Hosted Plausible Analytics Setup Guide:
dasroot.net/posts/2026/01/self
#PlausibleAnalytics #self-hosted #analytics #Docker #Nginx #devops




Show Original Post


1 ...144 145 146 147 148 149 150 151 152 153 154 ...439
UP