Windows:ProgramFiles to ProgramData
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
6034c1950a
commit
a849664519
@ -26,10 +26,10 @@ import (
|
|||||||
var (
|
var (
|
||||||
// DefaultRootDir is the default location used by containerd to store
|
// DefaultRootDir is the default location used by containerd to store
|
||||||
// persistent data
|
// persistent data
|
||||||
DefaultRootDir = filepath.Join(os.Getenv("programfiles"), "containerd", "root")
|
DefaultRootDir = filepath.Join(os.Getenv("ProgramData"), "containerd", "root")
|
||||||
// DefaultStateDir is the default location used by containerd to store
|
// DefaultStateDir is the default location used by containerd to store
|
||||||
// transient data
|
// transient data
|
||||||
DefaultStateDir = filepath.Join(os.Getenv("programfiles"), "containerd", "state")
|
DefaultStateDir = filepath.Join(os.Getenv("ProgramData"), "containerd", "state")
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user