Skip to content

Commit

Permalink
Merge pull request #10317 from Luap99/fix-log-driver
Browse files Browse the repository at this point in the history
fix incorrect log driver in podman container image
  • Loading branch information
openshift-merge-robot authored May 12, 2021
2 parents 59dd357 + 439a515 commit e1d6e65
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 e1d6e65

Please sign in to comment.