Files
docker-docs/_data/engine-cli/docker_container_rm.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

20 lines
571 B
YAML

command: docker container rm
short: Remove one or more containers
long: Remove one or more containers
usage: docker container rm [OPTIONS] CONTAINER [CONTAINER...]
pname: docker container
plink: docker_container.yaml
options:
- option: force
shorthand: f
default_value: "false"
description: Force the removal of a running container (uses SIGKILL)
- option: link
shorthand: l
default_value: "false"
description: Remove the specified link
- option: volumes
shorthand: v
default_value: "false"
description: Remove the volumes associated with the container