mirror of https://github.com/docker/docs.git
If job "acceptconnections" is called before "serveapi" the API Accept() method will hang forever waiting for activation. This is due to the fact that when "acceptconnections" ran the activation channel was nil. Signed-off-by: Darren Shepherd <darren@rancher.com> |
||
---|---|---|
.. | ||
client | ||
server | ||
types | ||
README.md | ||
api_unit_test.go | ||
common.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