docs/api/client/container
Zhang Wei b4740e3021 Log and print original error for `start`
Currently `start` will hide some errors and throw a consolidated error,
which will make it hard to debug because developer can't find the
original error.

This commit allow daemon to log original errors first.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-06-06 10:13:49 +08:00
..
create.go Convert 'docker create' to use cobra and pflag 2016-06-04 13:57:30 +02:00
export.go Migrate export command to cobra 2016-06-05 16:42:19 +02:00
run.go Log and print original error for `start` 2016-06-06 10:13:49 +08:00
stop.go Use spf13/cobra for docker stop 2016-06-05 10:25:21 -07:00