mirror of
https://github.com/containers/podman.git
synced 2026-09-08 11:53:21 -04:00
Merge pull request #6560 from mheon/fix_exec_logdriver
Do not share container log driver for exec
This commit is contained in:
12 files changed
+45
-20
No files matched your search
@@ -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*
|
||||
|
||||
|
||||
@@ -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*
|
||||
|
||||
|
||||
Reference in new issue
Block a user