| 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> | ||
|---|---|---|
| .. | ||
| container.go | ||
| process.go | ||
| runtime.go | ||
| stats.go | ||