A

Admin • 828.43K Points
Coach

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>

Explanation by: Admin
The --update-pause flag configures the delay between update batches, effectively pausing deployments.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.