docker service update --update-parallelism 2 --update-delay 10s web
Category: Docker
docker service update --update-parallelism 2 --update-delay 10s web
Control rolling update speed: 2 tasks at a time, 10s between batches
Controls the rolling update strategy: update 2 tasks at a time, waiting 10 seconds between each batch.