mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
This update changes the way hcsshim invokes Windows DLLs to avoid races with the garbage collector. It also now uses go-winio to access the pipes used for communication with processes running in the container; this reduces the number of threads used by docker.exe, improving scalability. Signed-off-by: John Starks <jostarks@microsoft.com>