Files
nuzlocke-tracker/.beans/nuzlocke-tracker-izf6--set-up-local-docker-registry-on-unraid.md
Julian Tabel 6a86c56e3b Add deployment strategy child task beans
Split the deployment strategy epic into 11 individual task beans
with blocking dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 16:32:04 +01:00

16 lines
555 B
Markdown

---
# nuzlocke-tracker-izf6
title: Set up local Docker registry on Unraid
status: todo
type: task
created_at: 2026-02-09T15:30:40Z
updated_at: 2026-02-09T15:30:40Z
parent: nuzlocke-tracker-ahza
---
Run a `registry:2` container on the Unraid server for storing production Docker images locally.
- Run `registry:2` as a Docker container on Unraid
- Configure a persistent storage volume for the registry data
- Optionally put it behind Nginx Proxy Manager with a hostname (e.g., `registry.local`)
- Verify pushing/pulling images from the dev machine works