`rm -f` was originally deprecated in favor of `rm --stop/--kill` since `rm -f` was sending SIGTERM and potentially very slow. Instead this will bring back `rm -f` but use SIGKILL isntead Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83) |
||
|---|---|---|
| .. | ||
| cli.go | ||
| commands.go | ||
| hijack.go | ||
| utils.go | ||