Home - ajgillis04/GillisDockerDepot GitHub Wiki
= Docker Home Wiki =
Introduction
Welcome to the GillisDockerDepot Wiki! This guide provides detailed instructions on installing Docker, configuring services, and managing containers on different platforms. Whether you're running on QNAP, Windows, or Linux, this wiki will help you set up and optimize your services.
Navigation
Docker Setup
QNAP Setup
QNAP users should begin here to install Container Station and set up their services.
Windows Setup
Guidance on installing WSL 2, configuring Docker Desktop, and handling network-mounted drives.
Linux Setup
Steps for installing Docker, verifying the setup, and configuring your services.
Service Configuration Guides
Below are setup guides for all supported services. Click the links to view the full installation instructions for each:
Media & Library Management
- Bazarr Setup Guide
- Calibre Setup Guide
- Calibre-Web Setup Guide
- ErsatzTV Setup Guide
- Lidarr Setup Guide
- Lidify Setup Guide
- MusicBrainz Setup Guide
- Nextcloud Setup Guide
- Nextcloud AIO Setup Guide
- Overseerr Setup Guide
- Photoprism Setup Guide
- Plex Media Server Setup Guide
- Picard Setup Guide
- Radarr Setup Guide
- SABnzbd Setup Guide
- Sonarr Setup Guide
- Tautulli Setup Guide
- Tdarr Server Setup Guide
- Tdarr Node Setup Guide
Networking & Security
- Cloudflare DDNS Setup Guide
- Guacamole Setup Guide
- Guacd Setup Guide
- OAuth Setup Guide
- Pi-hole Setup Guide
- Portainer Setup Guide
- Vaultwarden Setup Guide
- WireGuard Setup Guide
- Wizarr Setup Guide
Infrastructure & Automation
- BookBounty Setup Guide
- Chowdown Setup Guide
- Dozzle Setup Guide
- MariaDB Setup Guide
- MineOS Setup Guide
- Orbital Sync Setup Guide
- phpMyAdmin Setup Guide
- PHP-Apache Setup Guide
- Pinchflat Setup Guide
- Prowlarr Setup Guide
- Traefik Setup Guide
- Traefik-Certs-Dumper Setup Guide
- Transmission-OpenVPN Setup Guide
- Watchtower Setup Guide
Useful Commands
Here are some essential Docker commands for managing your setup:
-
Check Docker Compose configurations:
docker compose -p mediaserver -f docker-compose-server1.yaml config
-
Restart all containers:
docker restart $(docker ps -aq)
-
Clean up unused volumes and networks:
docker system prune -a
For more troubleshooting tips, check out each service's individual setup guide.