Skip to content

Commit

Permalink
Merge pull request #3116 from mheon/fix_libpod_conf
Browse files Browse the repository at this point in the history
Fix libpod.conf option ordering
  • Loading branch information
openshift-merge-robot authored May 14, 2019
2 parents 8b3e2b0 + dd8bb2d commit 797060f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions libpod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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.

0 comments on commit 797060f

Please sign in to comment.