github.com/vincentwoo/docker@v0.7.3-0.20160116130405-82401a4b13c0/pkg/system/path_windows.go (about)

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