github.com/thajeztah/cli@v0.0.0-20240223162942-dc6bfac81a8b/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  )