kubernetes/vendor/github.com/docker/docker/pkg/system/path_windows.go
2016-07-27 18:29:19 -07:00

8 lines
223 B
Go

// +build windows
package system
// DefaultPathEnv is deliberately empty on Windows as the default path will be set by
// the container. Docker has no context of what the default path should be.
const DefaultPathEnv = ""