mirror of https://github.com/docker/cli.git
7 lines
127 B
Go
7 lines
127 B
Go
|
package docker
|
||
|
|
||
|
const (
|
||
|
// DockerEndpoint is the name of the docker endpoint in a stored context
|
||
|
DockerEndpoint = "docker"
|
||
|
)
|