mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
c70f8b3c9c
Signed-off-by: Tibor Vass <tibor@docker.com>
7 lines
223 B
Go
7 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 = ""
|