--- title: docker rm tags: Docker --- # docker rm ### Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...] > Remove one or more containers ### Options: | Options | Description | | -------- | -------- | | -f, --force |Force the removal of a running container (uses SIGKILL) | -l, --link |Remove the specified link | -v, --volumes |Remove the volumes associated with the container