mirror of
https://github.com/containers/podman.git
synced 2025-11-13 01:29:06 +08:00
Vendor in latest containers/common
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
13
vendor/github.com/containers/common/pkg/config/default_darwin.go
generated
vendored
Normal file
13
vendor/github.com/containers/common/pkg/config/default_darwin.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package config
|
||||
|
||||
func getDefaultCgroupsMode() string {
|
||||
return "enabled"
|
||||
}
|
||||
|
||||
func getDefaultLockType() string {
|
||||
return "shm"
|
||||
}
|
||||
|
||||
func getLibpodTmpDir() string {
|
||||
return "/run/libpod"
|
||||
}
|
||||
Reference in New Issue
Block a user