blob: 7a3f0536213108231dd7a7f53200a78980dd43be [file] [log] [blame]
// +build !windows
package container // import "github.com/docker/docker/daemon/cluster/executor/container"
const (
testAbsPath = "/foo"
testAbsNonExistent = "/some-non-existing-host-path/"
)