1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
Brian Goff 95f86da641 Revert rm -f deprecation use SIGKILL instead
`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)
2014-08-07 18:20:43 -04:00
..
cli.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
commands.go Revert rm -f deprecation use SIGKILL instead 2014-08-07 18:20:43 -04:00
hijack.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
utils.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00