diff options
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index c4e7dc628..8d6158ed5 100644 --- a/libpod.conf +++ b/libpod.conf @@ -88,6 +88,12 @@ pause_command = "/pause" # Default libpod support for container labeling # label=true +# Number of locks available for containers and pods. +# If this is changed, a lock renumber must be performed (e.g. with the +# 'podman system renumber' command). +num_locks = 2048 + +# Default OCI runtime runtime = "runc" # Paths to look for a valid OCI runtime (runc, runv, etc) |