2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-11-16 18:04:01 +00:00
|
|
|
//go:build !windows
|
2017-07-19 09:53:38 +00:00
|
|
|
// +build !windows
|
2017-07-19 03:07:31 +00:00
|
|
|
|
2017-10-25 09:18:07 +00:00
|
|
|
package checks
|
2017-07-12 14:01:42 +00:00
|
|
|
|
|
|
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|