mirror of https://github.com/docker/docs.git
Update 7_scale_the_service.md (#2455)
This commit is contained in:
parent
9c5da1d56f
commit
7cc285b331
|
@ -26,7 +26,7 @@ $ docker-cloud service scale web 2
|
|||
|
||||
In this example, you can see we're scaling the service called `web` to `2` containers.
|
||||
|
||||
Run `service ps` again, and you should see now see your service scaling:
|
||||
Run `service ps` again, and you should now see your service scaling:
|
||||
|
||||
```none
|
||||
$ docker-cloud service ps
|
||||
|
|
Loading…
Reference in New Issue