github.com/khulnasoft/cli@v0.0.0-20240402070845-01bcad7beefa/docs/reference/commandline/rm.md (about)

     1  # docker rm
     2  
     3  <!---MARKER_GEN_START-->
     4  Remove one or more containers
     5  
     6  ### Aliases
     7  
     8  `docker container rm`, `docker container remove`, `docker rm`
     9  
    10  ### Options
    11  
    12  | Name              | Type | Default | Description                                             |
    13  |:------------------|:-----|:--------|:--------------------------------------------------------|
    14  | `-f`, `--force`   |      |         | Force the removal of a running container (uses SIGKILL) |
    15  | `-l`, `--link`    |      |         | Remove the specified link                               |
    16  | `-v`, `--volumes` |      |         | Remove anonymous volumes associated with the container  |
    17  
    18  
    19  <!---MARKER_GEN_END-->
    20