github.com/cspotcode/docker-cli@v20.10.0-rc1.0.20201201121459-3faad7acc5b8+incompatible/cli/context/docker/constants.go (about)

     1  package docker
     2  
     3  const (
     4  	// DockerEndpoint is the name of the docker endpoint in a stored context
     5  	DockerEndpoint = "docker"
     6  )