mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
This workaround was added indf519e9e1a, pending a fix in containerd; > daemon: Fix giving up too early while connecting to containerd socket > > Explicitly set the gRPC connection params to take the timeout into > account to workaround the containerd v2 client not passing down the > stack. > > containerd v2 replaced usages of deprecated gRPC functions but didn't > pass the timeout to the actual dial connection options. A fix for this was merged in [containerd@ee574e7], which is part of containerd v2.1.0-beta.0, and backported to containerd v2.0.4 through [containerd@6b5efba]. [containerd@ee574e7]:ee574e76e7[containerd@6b5efba]:6b5efba83bSigned-off-by: Sebastiaan van Stijn <github@gone.nl>