mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
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>
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
[containers]
|
|
netns="host"
|
|
userns="host"
|
|
ipcns="host"
|
|
utsns="host"
|
|
cgroupns="host"
|
|
cgroups="disabled"
|
|
log_driver = "k8s-file"
|
|
[engine]
|
|
cgroup_manager = "cgroupfs"
|
|
events_logger="file"
|
|
runtime="crun"
|