1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #20845 from Microsoft/jstarks/default_to_npipe

Windows: Default to npipe transport
This commit is contained in:
Vincent Demeester 2016-03-03 08:25:51 +01:00
commit 0eb20be13c

View file

@ -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