#docker
-
Docker Compose Host Networking (network_mode: host)
How network_mode host works in Docker Compose, why published ports stop working, what it breaks for DNS and Traefik, and when to pick it anyway.
-
Docker Macvlan in Compose: Give Containers a LAN IP
Set up a Docker macvlan network in Compose so containers get real LAN IPs, plus the host-to-container gotcha and the shim interface that fixes it.
-
Best NAS for Docker Containers in 2026: Synology, QNAP, DIY
Five NAS models compared for running Docker at home, plus the third path most guides skip: which platforms actually work, which to buy, and what to avoid.
-
Best Mini PC for a Docker Homelab in 2026: 3 Tiers Compared
Three mini PC tiers for a Docker homelab, from $150 N100 boxes to $900 networking-first barebones, with the RAM, storage, and ports each tier really needs.
-
Best Docker Containers for Your Home Server in 2026
A practical homelab operator's guide to the best docker containers for home server use: Jellyfin, Vaultwarden, Nextcloud, Tailscale and a dozen more.
-
Docker Compose Setup: First Self-Hosted Stack
This guide covers installing Docker, creating a Docker Compose file, deploying Vaultwarden, managing the stack, and adding Pi-hole.
-
Portainer: The Best GUI for Managing Docker on Your Homelab
Install and configure Portainer CE to manage Docker containers, images, networks and volumes from a browser dashboard, with no command line needed.
-
Docker Compose Networking: Bridge, DNS, Ports & Aliases
Learn Docker Compose networking from default and external networks to service-name DNS, aliases, port publishing, host mode, macvlan, and common fixes.