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
Brian Goff 0bd720b28d Move stack dump dir to exec root
Dump stack dumps to exec root instead of daemon root.
When no path is provided to the stack dumper, such is the case with
SIGQUIT, dump to stderr.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-16 12:55:18 -05:00
..
README.md
signal.go
signal_darwin.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
signal_freebsd.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
signal_linux.go
signal_solaris.go
signal_unix.go
signal_unsupported.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
signal_windows.go
trap.go

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