mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Also adjust CLI stub pages and cli.md to look in a different data folder for edge releases
13 lines
353 B
YAML
13 lines
353 B
YAML
command: docker container stop
|
|
short: Stop one or more running containers
|
|
long: Stop one or more running containers
|
|
usage: docker container stop [OPTIONS] CONTAINER [CONTAINER...]
|
|
pname: docker container
|
|
plink: docker_container.yaml
|
|
options:
|
|
- option: time
|
|
shorthand: t
|
|
default_value: "10"
|
|
description: Seconds to wait for stop before killing it
|
|
|