Merge pull request #243 from vieux/scale2

add `--detach` to docker scale
This commit is contained in:
Victor Vieux
2017-07-04 16:36:59 +02:00
committed by GitHub
2 changed files with 36 additions and 7 deletions

View File

@ -16,11 +16,12 @@ keywords: "service, scale"
# service scale
```markdown
Usage: docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS...]
Usage: docker service scale [OPTIONS] SERVICE=REPLICAS [SERVICE=REPLICAS...]
Scale one or multiple replicated services
Options:
-d, --detach Exit immediately instead of waiting for the service to converge (default true)
--help Print usage
```