Process Flow - Service scaling
Start with 1 service instance
Check desired scale number
Compare current instances with desired
Add more instances
Update running services
Scaling complete
This flow shows how Docker service scaling adjusts the number of running instances to match the desired count by adding or removing containers.