docker-rm
DOCKER(1) Docker User Manuals DOCKER(1)
NAME
docker-rm - Remove one or more containersSYNOPSIS
docker rm [OPTIONS] CONTAINER [CONTAINER...]DESCRIPTION
Alias for docker container rm.OPTIONS
-f, --force[=false] Force the removal of a running container (uses SIGKILL)
-h, --help[=false] help for rm
-l, --link[=false] Remove the specified link
-v, --volumes[=false] Remove anonymous volumes associated with the containerSEE ALSO
docker(1)Docker Community Aug 2024 DOCKER(1)