containerd/runtime
Michael Crosby 847690583f Remove sigchld reaper from containerd process
Because we are launching alot of different runc commands to do
operations there is a race between doing a `cmd.Wait()` and getting the
sigchld and reaping it.  We can remove the sigchild reaper from
containerd as long as we make sure we reap the shim process if we are
the parent, i.e. not restored.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2016-04-27 16:02:03 -07:00
..
container.go Remove sigchld reaper from containerd process 2016-04-27 16:02:03 -07:00
process.go Remove sigchld reaper from containerd process 2016-04-27 16:02:03 -07:00
runtime.go Use runc events --stats for collecting stats 2016-04-26 14:57:30 -07:00
stats.go Use runc events --stats for collecting stats 2016-04-26 14:57:30 -07:00