Q. How can you pause a rolling update for a Swarm service?

  • (A) docker service pause <service>
  • (B) docker service update --rollback <service>
  • (C) docker service update --update-pause <seconds>
  • (D) docker service stop <service>
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker service update --update-pause <seconds>
Explanation: The --update-pause flag configures the delay between update batches, effectively pausing deployments.
Explanation by: Mr. Dubey
The --update-pause flag configures the delay between update batches, effectively pausing deployments.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
80
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate