mirror of https://github.com/docker/docs.git
12 lines
312 B
YAML
12 lines
312 B
YAML
command: docker stop
|
|
short: Stop one or more running containers
|
|
long: Stop one or more running containers
|
|
usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]
|
|
pname: docker
|
|
plink: docker.yaml
|
|
options:
|
|
- option: time
|
|
shorthand: t
|
|
default_value: "10"
|
|
description: Seconds to wait for stop before killing it
|