docker-rm - Man Page
Remove one or more containers
Examples (TL;DR)
- View documentation for the original command:
tldr docker container rm
Synopsis
docker rm [Options] CONTAINER [CONTAINER...]
Description
Alias for docker container rm.
Options
-f, --force[=false] Force the removal of a running container (uses SIGKILL)
-l, --link[=false] Remove the specified link
-v, --volumes[=false] Remove anonymous volumes associated with the container
See Also
Info
Jan 2026 Docker Community Docker User Manuals