mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Merge pull request #3116 from mheon/fix_libpod_conf
Fix libpod.conf option ordering
This commit is contained in:
12
libpod.conf
12
libpod.conf
@ -99,6 +99,10 @@ num_locks = 2048
|
||||
# Uncomment to change location from this default.
|
||||
#volume_path = "/var/lib/containers/storage/volumes"
|
||||
|
||||
# Selects which logging mechanism to use for Podman events. Valid values
|
||||
# are `journald` or `file`.
|
||||
# events_logger = "journald"
|
||||
|
||||
# Default OCI runtime
|
||||
runtime = "runc"
|
||||
|
||||
@ -114,6 +118,8 @@ runc = [
|
||||
"/usr/lib/cri-o-runc/sbin/runc"
|
||||
]
|
||||
|
||||
# Selects which logging mechanism to use for Podman events. Valid values
|
||||
# are `journald` or `file`.
|
||||
# events_logger = "journald"
|
||||
# The [runtimes] table MUST be the last thing in this file.
|
||||
# (Unless another table is added)
|
||||
# TOML does not provide a way to end a table other than a further table being
|
||||
# defined, so every key hereafter will be part of [runtimes] and not the main
|
||||
# config.
|
||||
|
Reference in New Issue
Block a user