mirror of
https://github.com/containers/podman.git
synced 2025-11-13 01:29:06 +08:00
14 lines
183 B
Go
14 lines
183 B
Go
package config
|
|
|
|
func getDefaultCgroupsMode() string {
|
|
return "enabled"
|
|
}
|
|
|
|
func getDefaultLockType() string {
|
|
return "shm"
|
|
}
|
|
|
|
func getLibpodTmpDir() string {
|
|
return "/run/libpod"
|
|
}
|