validate_unix_test.go 204 B

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