validate_unix_test.go 223 B

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