containerd/runtime
Doug Davis 8ffaa02cd9 Add a better error msg
See https://github.com/docker/docker/issues/22643 for an example
where we get an error running a cmd but there's no output so `b`
is an empty string, which means the user doesn't see any interesting
error message to help them.

This PR will send back the `err` and `b` so that between those two
bits of info they should get something more than a blank string.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-05-18 13:52:57 -07:00
..
container.go Add a better error msg 2016-05-18 13:52:57 -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