docker-rm - Man Page

Remove one or more containers

Examples (TL;DR)

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)

-h, --help[=false] help for rm

-l, --link[=false] Remove the specified link

-v, --volumes[=false] Remove anonymous volumes associated with the container

See Also

docker(1)

Info

Aug 2024 Docker Community Docker User Manuals