DockerCLI/cli/context/docker/constants.go

7 lines
127 B
Go

package docker
const (
// DockerEndpoint is the name of the docker endpoint in a stored context
DockerEndpoint = "docker"
)