github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/daemon/cluster/executor/container/validate_unix_test.go (about)

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