Synchronous service create and service update A nice PATCH has been merged into Docker a few minutes ago that allows service creations and updated to be executed synchronously. Note: If you don’t see the progress bars in the terminal on the right, try resizing the pane to make the term bigger. Creating a synchronous service Initialize your swarm docker swarm init --advertise-addr eth1 Create a new synchronous serivce using the new -d flag docker service create -d=false --name top --replicas...