open-consul/agent/checks/docker_unix.go

10 lines
182 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !windows
// +build !windows
package checks
const DefaultDockerHost = "unix:///var/run/docker.sock"