Merge pull request #6560 from mheon/fix_exec_logdriver

Do not share container log driver for exec
This commit is contained in:
OpenShift Merge Robot authored and GitHub committed 2020-06-17 17:17:27 -04:00
commit 7b00e49f65
12 files changed
+45 -20

No files matched your search

+1 -1
View File
@@ -419,7 +419,7 @@ Not implemented
**--log-driver**="*k8s-file*"
Logging driver for the container. Currently available options are *k8s-file* and *journald*, with *json-file* aliased to *k8s-file* for scripting compatibility.
Logging driver for the container. Currently available options are *k8s-file*, *journald*, and *none*, with *json-file* aliased to *k8s-file* for scripting compatibility.
**--log-opt**=*path*
+1 -1
View File
@@ -432,7 +432,7 @@ Not implemented.
**--log-driver**="*driver*"
Logging driver for the container. Currently available options are **k8s-file** and **journald**, with **json-file** aliased to **k8s-file** for scripting compatibility.
Logging driver for the container. Currently available options are **k8s-file**, **journald**, and **none**, with **json-file** aliased to **k8s-file** for scripting compatibility.
**--log-opt**=*name*=*value*