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:
@@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user