docker rm <containers...>
Remove one or more containers
Arguments
Name | Description |
---|---|
containers |
Options
Name | Description |
---|---|
-f, --force | Force the removal of a running container (uses SIGKILL) |
-l, --link | Remove the specified link |
-v, --volumes | Remove the anonymous volumes associated with the container |