docs/_data/engine-cli/docker_rm.yaml

21 lines
538 B
YAML

command: docker rm
short: Remove one or more containers
long: |
Alias for `docker container rm`.
usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]
pname: docker
plink: docker.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