github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/client/client_windows.go (about)

     1  package client // import "github.com/docker/docker/client"
     2  
     3  // DefaultDockerHost defines os specific default if DOCKER_HOST is unset
     4  const DefaultDockerHost = "npipe:////./pipe/docker_engine"
     5  
     6  const defaultProto = "npipe"
     7  const defaultAddr = "//./pipe/docker_engine"