Skip to content

Commit

Permalink
Windows: Default to npipe transport
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jstarks committed Mar 2, 2016
1 parent 32d1a6c commit 7e884c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opts/hosts_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
package opts

// DefaultHost constant defines the default host string used by docker on Windows
var DefaultHost = DefaultTCPHost
var DefaultHost = "npipe://" + DefaultNamedPipe

0 comments on commit 7e884c6

Please sign in to comment.