Skip to content

Operations Documentation

Operational procedures and runbooks for maintaining the Homenet infrastructure.

Quick Commands

# Check all services
docker service ls

# Deploy a stack
docker stack deploy -c stack-homenet4.yml homenet4 --with-registry-auth

# View service logs
docker service logs -f <service-name>

# Force restart a service
docker service update --force <service-name>

In This Section

Auto-Generated Reports