1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
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
..
fixtures/https
api_test.go fix tests 2014-03-31 18:11:53 +00:00
auth_test.go
buildfile_test.go Merge pull request from crosbymichael/comments-in-buildfile 2014-03-28 11:16:32 +02:00
commands_test.go Allow "SIG" prefix on signal names in docker kill ("SIGKILL", etc) 2014-04-01 11:01:07 -06:00
container_test.go Adjust TestOnlyLoopbackExistsWhenUsingDisableNetworkOption to ignore "DOWN" interfaces 2014-03-27 11:06:32 -06:00
graph_test.go
https_test.go fix tests 2014-03-31 18:11:53 +00:00
iptables_test.go
runtime_test.go
server_test.go Revert "fix failing test to use kill instead of stop" 2014-03-24 12:03:41 +00:00
sorter_test.go
utils_test.go
z_final_test.go