Bird
0
0

Which Docker Swarm feature controls how many containers update at once during a rolling update?

easy📝 Conceptual Q2 of 15
Docker - Swarm
Which Docker Swarm feature controls how many containers update at once during a rolling update?
A--restart-condition
B--update-parallelism
C--replicas
D--rollback
Step-by-Step Solution
Solution:
  1. Step 1: Identify update control options

    The option controlling how many containers update simultaneously is --update-parallelism.
  2. Step 2: Eliminate other options

    --replicas controls total container count, --restart-condition controls restart behavior, --rollback reverts updates.
  3. Final Answer:

    --update-parallelism -> Option B
  4. Quick Check:

    Update batch size = --update-parallelism [OK]
Quick Trick: Use --update-parallelism to set update batch size [OK]
Common Mistakes:
  • Confusing --replicas with update batch size
  • Using --rollback to control update speed
  • Misunderstanding --restart-condition as update control

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Docker Quizzes