Professional Docker template management for Unraid with modern web interface

Easy Installation Secure Mobile Ready Modern UI

✨ Why Docker Template Manager?

Clean Up Clutter

Identify and remove unused Docker templates automatically. Keep your Docker ecosystem clean and organized.

Professional Dashboard

Get insights into your Docker environment at a glance with real-time statistics and metrics.

Container Management

Start, stop, and restart containers with ease. Bulk operations for efficient management.

Backup & Restore

Create and manage backups of your templates and containers. Never lose your configuration again.

Modern UI

Professional interface with dark/light theme support. Beautiful, responsive design for all devices.

Secure

API key authentication and secure file operations. Your data is protected with enterprise-grade security.

📸 Screenshots

Dashboard View
Templates Management
Container Controls
Backup System

🚀 Quick Installation

📦 Unraid Community Applications

Easiest way to install Docker Template Manager on Unraid:

  1. Go to AppsCommunity Applications
  2. Search for "Docker Template Manager"
  3. Click Install → Leave default settings
  4. Set your API Key (or leave empty for auto-generate)
  5. Click Apply → Done! 🎉

🐳 Docker Compose

For advanced users or non-Unraid systems:

version: '3.8' services: docker-template-manager: image: qballjos/docker-template-manager:latest container_name: docker-template-manager ports: - "8889:8889" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /path/to/templates:/templates:rw - /path/to/backups:/backups:rw environment: - API_KEY=your-secure-api-key restart: unless-stopped