mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This moves the engine-api client package to `/docker/docker/client`. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
5 lines
148 B
Go
5 lines
148 B
Go
package client
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|