Skip to content

Commit

Permalink
fix incorrect log driver in podman container image
Browse files Browse the repository at this point in the history
Commit 7f2c27d added an invalid value for the log_driver in the
containers.conf file inside the podman image.

Fixes #10312

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
  • Loading branch information
Paul Holzinger committed May 12, 2021
1 parent 59dd357 commit 439a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/podmanimage/stable/containers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ipcns="host"
utsns="host"
cgroupns="host"
cgroups="disabled"
log_driver = "k8s_file"
log_driver = "k8s-file"
[engine]
cgroup_manager = "cgroupfs"
events_logger="file"
Expand Down

0 comments on commit 439a515

Please sign in to comment.