Addresses 7094

This commit is contained in:
Maria Bermudez 2019-02-28 13:48:12 -08:00 committed by GitHub
parent fe743968f8
commit dd128117e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,15 @@ notoc: true
In a previous step of the tutorial, you [scaled](scale-service.md) the number of In a previous step of the tutorial, you [scaled](scale-service.md) the number of
instances of a service. In this part of the tutorial, you deploy a service based instances of a service. In this part of the tutorial, you deploy a service based
on the Redis 3.0.6 container image. Then you upgrade the service to use the on the Redis 3.0.6 container tag. Then you upgrade the service to use the
Redis 3.0.7 container image using rolling updates. Redis 3.0.7 container image using rolling updates.
1. If you haven't already, open a terminal and ssh into the machine where you 1. If you haven't already, open a terminal and ssh into the machine where you
run your manager node. For example, the tutorial uses a machine named run your manager node. For example, the tutorial uses a machine named
`manager1`. `manager1`.
2. Deploy Redis 3.0.6 to the swarm and configure the swarm with a 10 second 2. Deploy your Redis tag to the swarm and configure the swarm with a 10 second
update delay: update delay. Note that the following example shows an older Redis tag:
```bash ```bash
$ docker service create \ $ docker service create \