You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package client // import "github.com/docker/docker/client"
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|
|
|
|
const defaultProto = "npipe"
|
|
const defaultAddr = "//./pipe/docker_engine"
|