mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
Plugin discovery on Windows is not possible using named pipes. However, it is possible using spec file (tcp based). This adds Windows specific paths for discovery. Fixes #23605 Signed-off-by: Anusha Ragunathan <anusha@docker.com>