moby--moby/daemon/cluster/executor/container/validate_unix_test.go

10 lines
223 B
Go

//go:build !windows
// +build !windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"
const (
testAbsPath = "/foo"
testAbsNonExistent = "/some-non-existing-host-path/"
)