mirror of
https://github.com/containers/podman.git
synced 2025-08-02 09:12:36 +08:00
Merge pull request #2362 from mheon/add_locks_to_config
Add num_locks to the default libpod config
This commit is contained in:
@ -82,6 +82,11 @@ libpod to manage containers.
|
||||
**label**="true|false"
|
||||
Indicates whether the containers should use label separation.
|
||||
|
||||
**num_locks**=""
|
||||
Number of locks available for containers and pods. Each created container or pod consumes one lock.
|
||||
The default number available is 2048.
|
||||
If this is changed, a lock renumbering must be performed, using the `podman system renumber` command.
|
||||
|
||||
## FILES
|
||||
`/usr/share/containers/libpod.conf`, default libpod configuration path
|
||||
|
||||
|
Reference in New Issue
Block a user