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:
commit
0eb20be13c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue