1
0
mirror of https://github.com/docker/cli.git synced 2025-08-07 00:42:41 +03:00

add --detach to docker scale

Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Victor Vieux
2017-06-27 09:55:10 -07:00
parent 2eac0bb7b7
commit 6c6b1091d9
2 changed files with 32 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
```