Force log_driver to k8s-file for containers in containers

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2021-05-01 06:18:21 -04:00
parent af2418018b
commit 7f2c27d43f
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ipcns="host"
utsns="host"
cgroupns="host"
cgroups="disabled"
log_driver = "k8s_file"
[engine]
cgroup_manager = "cgroupfs"
events_logger="file"