moby--moby/api
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
..
client Revert `rm -f` deprecation use SIGKILL instead 2014-08-07 18:20:43 -04:00
server Revert `rm -f` deprecation use SIGKILL instead 2014-08-07 18:20:43 -04:00
MAINTAINERS
README.md Update README.md 2014-07-04 18:21:13 +09:00
api_unit_test.go fix tests 2014-03-31 18:11:53 +00:00
common.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00

README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon