DockerCLI/cli/command/system
Ian Campbell 8919bbf04d dial-stdio: handle connections which lack CloseRead method.
This happens on Windows when dialing a named pipe (a path which is used by CLI
plugins), in that case some debugging shows:

    DEBU[0000] conn is a *winio.win32MessageBytePipe
    DEBU[0000] conn is a halfReadCloser: false
    DEBU[0000] conn is a halfWriteCloser: true
    the raw stream connection does not implement halfCloser
In such cases we can simply wrap with a nop function since closing for read
isn't too critical.

Signed-off-by: Ian Campbell <ijc@docker.com>
2019-03-12 14:52:42 +00:00
..
testdata Reformat the output of CLI plugins in `docker system info` 2019-02-25 13:13:51 +00:00
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
cmd.go Disable `docker system dial-stdio` on Windows 2019-03-04 17:36:21 +00:00
df.go system/df: allow -v with --format 2018-09-13 23:14:58 +00:00
dial_stdio.go dial-stdio: handle connections which lack CloseRead method. 2019-03-12 14:52:42 +00:00
events.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
info.go Reformat the output of CLI plugins in `docker system info` 2019-02-25 13:13:51 +00:00
info_test.go Reformat the output of CLI plugins in `docker system info` 2019-02-25 13:13:51 +00:00
inspect.go Use command.Cli interface instead of concrete type… 2018-06-14 16:26:47 +02:00
prune.go prune: move image pruning before build cache pruning 2018-11-21 05:33:36 +00:00
prune_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
version.go Move versioning variables to a separate package. 2019-01-29 11:26:40 +00:00
version_test.go Extend version-align test with components 2018-07-12 01:31:23 +02:00