mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 02:45:44 +00:00
Force log_driver to k8s-file for containers in containers
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
af2418018b
commit
7f2c27d43f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ ipcns="host"
|
|||
utsns="host"
|
||||
cgroupns="host"
|
||||
cgroups="disabled"
|
||||
log_driver = "k8s_file"
|
||||
[engine]
|
||||
cgroup_manager = "cgroupfs"
|
||||
events_logger="file"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue