diff options
Diffstat (limited to 'libpod.conf')
-rw-r--r-- | libpod.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libpod.conf b/libpod.conf index acd6c8982..8d6158ed5 100644 --- a/libpod.conf +++ b/libpod.conf @@ -88,6 +88,14 @@ 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) [runtimes] runc = [ |