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_linux.go
generated
vendored
12
vendor/github.com/containers/common/pkg/config/default_linux.go
generated
vendored
@@ -14,6 +14,10 @@ const (
|
||||
oldMaxSize = uint64(1048576)
|
||||
)
|
||||
|
||||
func getDefaultCgroupsMode() string {
|
||||
return "enabled"
|
||||
}
|
||||
|
||||
// getDefaultMachineImage returns the default machine image stream
|
||||
// On Linux/Mac, this returns the FCOS stream
|
||||
func getDefaultMachineImage() string {
|
||||
@@ -58,3 +62,11 @@ func getDefaultTmpDir() string {
|
||||
}
|
||||
return "/var/tmp"
|
||||
}
|
||||
|
||||
func getDefaultLockType() string {
|
||||
return "shm"
|
||||
}
|
||||
|
||||
func getLibpodTmpDir() string {
|
||||
return "/run/libpod"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user