DockerCLI/cli-plugins
Ian Campbell c41c23813c Disable `docker system dial-stdio` on Windows
The `conn` here is `*winio.win32MessageBytePipe` which does not have a
`CloseRead` method (it does have `CloseWrite`) resulting in:

    docker@WIN-NUC0 C:\Users\docker>.\docker-windows-amd64.exe system dial-stdio
    the raw stream connection does not implement halfCloser

Also disable the path which uses this for cli-plugins on Windows.

Signed-off-by: Ian Campbell <ijc@docker.com>
2019-03-04 17:36:21 +00:00
..
examples/helloworld Simplify cli plugin config file entry 2019-02-25 10:38:48 +00:00
manager Merge pull request #1675 from ulyssessouza/format-plugin-vendor-version-help 2019-02-25 11:47:09 +01:00
plugin Disable `docker system dial-stdio` on Windows 2019-03-04 17:36:21 +00:00