mirror of https://github.com/docker/docs.git
Update service-scaling.md (#2492)
This commit is contained in:
parent
28b2f9af0d
commit
9e4733d4ec
|
@ -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 [...]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue