The chan struct used to forward signals to containers was one element only, which caused some signals to be dropped when many were being received. Increasing the size of the chan buffer makes this much less likely to happen. Docker-DCO-1.1-Signed-off-by: Matt Heon <mheon@redhat.com> (github: mheon) Upstream-commit: 06cd125e64c30886f66e6490a1cd4e7a7ba23655 Component: engine
This directory contains code pertaining to the Docker API:
-
Used by the docker client when comunicating with the docker deamon
-
Used by third party tools wishing to interface with the docker deamon