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