full diff: https://github.com/docker/docker/compare/v28.2.2...6a1fb46d4805 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
6 lines
209 B
Go
6 lines
209 B
Go
package client
|
|
|
|
// DefaultDockerHost defines OS-specific default host if the DOCKER_HOST
|
|
// (EnvOverrideHost) environment variable is unset or empty.
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|