Controlling the update

Commands

docker service update --help
docker service update --update-parallelism 2 --update-order start-first --image jfahrer/swarm-demo-frontend:v1 publish-demo
watch docker service ps publish-demo

Updating a service

Rolling back