ContainerNetwork-AutoFix
ContainerNetwork-AutoFix
Application Docker from ProphetSe7en's Repository
Vue d'ensemble
ContainerNetwork AutoFix (CNAF) - Automatically recreates Docker containers that depend on a master container's network when the master container restarts. Perfect for containers routing through VPN containers like GluetunVPN.
This is the ProphetSe7en fork of buxxdev/containernetwork-autofix with the Unraid template parser rewritten using xmlstarlet. The rewrite fixes three bugs in the upstream sed-based parser:
- Healthchecks broken after rebuild (XML entities not decoded)
- WebUI right-click broken in Unraid GUI (missing net.Unraid.docker.* labels)
- Hardware passthrough lost on rebuild (no Device case in parser)
The fork is a drop-in replacement: same env vars, same mounts, same behavior - only the Repository line needs to change.
When a master container (e.g., VPN) restarts and gets a new container ID, dependent containers using --net=container: lose network connectivity. CNAF automatically detects and recreates those dependent containers.
Features:
- Auto-detects dependent containers
- Preserves container states (running/stopped)
- Smart waiting for VPN establishment
- Automatic log rotation
- Zero manual configuration needed
Arguments d'exécution
- Réseau
bridge- Coquille
sh- Privilégié
- false
- Paramètres supplémentaires
--restart=unless-stopped -v /var/run/docker.sock:/var/run/docker.sock -v /boot/config/plugins/dockerMan/templates-user:/templates:ro
Configuration du modèle
Optional: Persistent storage for logs
- Cible
- /var/log
- Défaut
- /mnt/user/appdata/containernetwork-autofix
- Valeur
- /mnt/user/appdata/containernetwork-autofix
Select your VPN/master container from the dropdown. For custom container names, click EDIT and enter the name in the Value field.
- Cible
- MASTER_CONTAINER
- Défaut
- vpn-gateway|GluetunVPN|OpenVPN-Client|WireGuard|NordVPN|binhex-delugevpn|binhex-qbittorrentvpn
- Valeur
- vpn-gateway
Seconds to wait after master container restarts before recreating dependents (allows VPN to establish)
- Cible
- RESTART_WAIT_TIME
- Défaut
- 15
- Valeur
- 15
Maximum number of log lines to keep (automatic rotation)
- Cible
- MAX_LOG_LINES
- Défaut
- 1000
- Valeur
- 1000
Number of times to retry finding master container on startup
- Cible
- MAX_RETRIES
- Défaut
- 10
- Valeur
- 10
Seconds between retry attempts when finding master container
- Cible
- RETRY_DELAY
- Défaut
- 10
- Valeur
- 10
Catégories
Détails
ghcr.io/prophetse7en/containernetwork-autofix:latestExécutez ContainerNetwork-AutoFix sur Unraid.
ContainerNetwork-AutoFix est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.