mirror of
https://github.com/containers/podman.git
synced 2025-11-13 09:38:05 +08:00
Vendor in latest containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
12
vendor/github.com/containers/common/pkg/config/default_windows.go
generated
vendored
12
vendor/github.com/containers/common/pkg/config/default_windows.go
generated
vendored
@@ -32,3 +32,15 @@ func getDefaultTmpDir() string {
|
||||
}
|
||||
return os.Getenv("LOCALAPPDATA") + "\\Temp"
|
||||
}
|
||||
|
||||
func getDefaultCgroupsMode() string {
|
||||
return "enabled"
|
||||
}
|
||||
|
||||
func getDefaultLockType() string {
|
||||
return "shm"
|
||||
}
|
||||
|
||||
func getLibpodTmpDir() string {
|
||||
return "/run/libpod"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user