aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-06-19 12:50:05 -0400
committerMatthew Heon <mheon@redhat.com>2019-11-11 15:58:55 -0500
commitcd7543ceb5b8bc59ff9de676dfe5fe4d2eabcf87 (patch)
treeae367f7ffecbef6237d79cd4a4c5cbad2bc71096
parente01ca4912e10403aaa20a0d62d5b0a35dd2826f6 (diff)
downloadpodman-cd7543ceb5b8bc59ff9de676dfe5fe4d2eabcf87.tar.gz
podman-cd7543ceb5b8bc59ff9de676dfe5fe4d2eabcf87.tar.bz2
podman-cd7543ceb5b8bc59ff9de676dfe5fe4d2eabcf87.zip
Fix documentation for log-driver
Signed-off-by: Peter Hunt <pehunt@redhat.com>
-rw-r--r--docs/podman-create.1.md2
-rw-r--r--docs/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md
index 9ab7b201a..b08488d7b 100644
--- a/docs/podman-create.1.md
+++ b/docs/podman-create.1.md
@@ -382,7 +382,7 @@ Not implemented
**--log-driver**="*k8s-file*"
-Logging driver for the container. Currently not supported. This flag is a NOOP provided solely for scripting compatibility.
+Logging driver for the container. Currently available options are *k8s-file* and *journald*, with *json-file* aliased to *k8s-file* for scripting compatibility.
**--log-opt**=*path*
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index c678d2a4c..042a7a561 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -395,7 +395,7 @@ Not implemented
**--log-driver**="*k8s-file*"
-Logging driver for the container. Currently not supported. This flag is a NOOP provided solely for scripting compatibility.
+Logging driver for the container. Currently available options are *k8s-file* and *journald*, with *json-file* aliased to *k8s-file* for scripting compatibility.
**--log-opt**=*path*