Docker - Production Patterns
Which Docker command option controls how many containers update at the same time during a canary deployment?
docker service update --help
Which Docker command option controls how many containers update at the same time during a canary deployment?
docker service update --help
--update-parallelism controls how many containers update simultaneously.--update-delay controls wait time between updates, --replicas sets container count, and --rollback reverts updates.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions