Update service-scaling.md (#2492)

This commit is contained in:
Wang Jie 2017-03-29 07:38:28 +08:00 committed by John Mulhausen
parent 28b2f9af0d
commit 9e4733d4ec
1 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1
"target_num_containers": 2
}
```
See the [scale a service API documentation](/apidocs/docker-cloud.md#scale-a-service)
See the [scale a service API documentation](/apidocs/docker-cloud.md#scale-a-service).
### Scaling a running service using the CLI
@ -116,7 +116,7 @@ You can also scale an already running service using the CLI:
$ docker-cloud service scale (uuid or name) 2
```
See the [scale a service CLI documentation](/apidocs/docker-cloud.md#scale-a-service)
See the [scale a service CLI documentation](/apidocs/docker-cloud.md#scale-a-service).
## Sequential deployment and scaling
@ -154,4 +154,4 @@ application through the CLI: 
```bash
$ docker-cloud service run --sequential [...] 
```
```