diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-05 15:38:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 15:38:11 -0400 |
commit | 404bc2684edd14b20d02d8cd05ca3e6b6ee8888d (patch) | |
tree | 44d917aef41b2b1d6c1a2514184510f2ae0bdcb2 /contrib | |
parent | 0bd5da5b7fe0aad31d795cf5bea1b37c9053f791 (diff) | |
parent | 4fd1965ab4d1395b5cc4a0e03526ef9c43f794ec (diff) | |
download | podman-404bc2684edd14b20d02d8cd05ca3e6b6ee8888d.tar.gz podman-404bc2684edd14b20d02d8cd05ca3e6b6ee8888d.tar.bz2 podman-404bc2684edd14b20d02d8cd05ca3e6b6ee8888d.zip |
Merge pull request #10185 from rhatdan/volume
Add filepath glob support to --security-opt unmask
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/podmanimage/stable/containers.conf | 1 |
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" |