1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/signal
Alexander Morozov e5d36586ac daemon: always dump stack to file
Dumping to log is unusable in 90% of cases and inspecting file is much
more convenient.

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-11-02 11:22:43 -07:00
..
README.md
signal.go Windows: [TP4] docker kill handling 2015-10-13 16:04:49 -07:00
signal_darwin.go
signal_freebsd.go
signal_linux.go Define all of the signals defined by kill -l 2015-11-12 09:55:18 -05:00
signal_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_unix.go Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
signal_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_windows.go Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
trap.go daemon: always dump stack to file 2016-11-02 11:22:43 -07:00

This package provides helper functions for dealing with signals across various operating systems