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

555 B

title, status, type, created_at, updated_at, parent
title status type created_at updated_at parent
Set up local Docker registry on Unraid todo task 2026-02-09T15:30:40Z 2026-02-09T15:30:40Z 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