Provided by: docker.io_18.09.7-0ubuntu1~16.04.7_amd64 bug

NAME

       docker-rm - Remove one or more containers

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 the volumes associated with the container

SEE ALSO

       docker(1)