Browse code

Windows: Default to npipe transport

This changes the default transport for Windows from unencrypted TCP to
npipe. This is similar to how Linux runs with the unix socket transport by
default.

Signed-off-by: John Starks <jostarks@microsoft.com>

John Starks authored on 2016/03/02 11:25:04
Showing 1 changed files
... ...
@@ -3,4 +3,4 @@
3 3
 package opts
4 4
 
5 5
 // DefaultHost constant defines the default host string used by docker on Windows
6
-var DefaultHost = DefaultTCPHost
6
+var DefaultHost = "npipe://" + DefaultNamedPipe