summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-05-01 06:18:21 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-05-04 14:22:04 -0400
commit7f2c27d43fc5d109c156e6203bf4901853b3cc7a (patch)
tree5d98b90bf76ce44c02c3b3223df86240f3f5b8d5
parentaf2418018b8a0d83734a7a329955f5a9938bdfbf (diff)
downloadpodman-7f2c27d43fc5d109c156e6203bf4901853b3cc7a.tar.gz
podman-7f2c27d43fc5d109c156e6203bf4901853b3cc7a.tar.bz2
podman-7f2c27d43fc5d109c156e6203bf4901853b3cc7a.zip
Force log_driver to k8s-file for containers in containers
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r--contrib/podmanimage/stable/containers.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/podmanimage/stable/containers.conf b/contrib/podmanimage/stable/containers.conf
index e6b806da3..7f0e36224 100644
--- a/contrib/podmanimage/stable/containers.conf
+++ b/contrib/podmanimage/stable/containers.conf
@@ -5,6 +5,7 @@ ipcns="host"
utsns="host"
cgroupns="host"
cgroups="disabled"
+log_driver = "k8s_file"
[engine]
cgroup_manager = "cgroupfs"
events_logger="file"