github.com/rish1988/moby@v25.0.2+incompatible/client/client_windows.go (about)

     1  package client // import "github.com/docker/docker/client"
     2  
     3  // DefaultDockerHost defines OS-specific default host if the DOCKER_HOST
     4  // (EnvOverrideHost) environment variable is unset or empty.
     5  const DefaultDockerHost = "npipe:////./pipe/docker_engine"