github.com/docker/engine@v22.0.0-20211208180946-d456264580cf+incompatible/daemon/cluster/executor/container/validate_unix_test.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package container // import "github.com/docker/docker/daemon/cluster/executor/container"
     5  
     6  const (
     7  	testAbsPath        = "/foo"
     8  	testAbsNonExistent = "/some-non-existing-host-path/"
     9  )