docker container rm
Remove one or more containers
Usage
docker container rm [OPTIONS] CONTAINER [CONTAINER...]
Description
See docker rm for more information.
Options
Option | Short | Default | Description |
---|---|---|---|
--force | -f | Force the removal of a running container (uses SIGKILL) | |
--link | -l | Remove the specified link | |
--volumes | -v | Remove anonymous volumes associated with the container |