fix incorrect log driver in podman container image

Commit 7f2c27d43f 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>
This commit is contained in:
Paul Holzinger 2021-05-12 09:34:59 +02:00
parent 59dd357509
commit 439a515026
1 changed files with 1 additions and 1 deletions

View File

@ -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"