mirror of https://github.com/docker/docs.git
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> |
||
---|---|---|
.. | ||
client | ||
fixtures | ||
server | ||
types/backend | ||
README.md | ||
common.go | ||
common_test.go |
README.md
This directory contains code pertaining to the Docker API:
-
Used by the docker client when communicating with the docker daemon
-
Used by third party tools wishing to interface with the docker daemon