1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/server
Tianon Gravi 4cb602afa0 Allow "SIG" prefix on signal names in docker kill ("SIGKILL", etc)
This way, we can use both `docker kill -s INT some_container` and `docker kill -s SIGINT some_container` and both will do nice things for us. :)

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
2014-04-01 11:01:07 -06:00
..
buildfile.go Merge pull request from crosbymichael/comments-in-buildfile 2014-03-28 11:16:32 +02:00
server.go Allow "SIG" prefix on signal names in docker kill ("SIGKILL", etc) 2014-04-01 11:01:07 -06:00
server_unit_test.go