diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-06-19 12:50:05 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-06-19 12:50:05 -0400 |
commit | 47e2ad8ec37a136851639145579cba34ab973e0d (patch) | |
tree | 7089470965b54540da96b1465446e9e68a5bdc71 /docs/podman-create.1.md | |
parent | 11fbd20f5dcd095cf010c4c1903b8a8989db16bb (diff) | |
download | podman-47e2ad8ec37a136851639145579cba34ab973e0d.tar.gz podman-47e2ad8ec37a136851639145579cba34ab973e0d.tar.bz2 podman-47e2ad8ec37a136851639145579cba34ab973e0d.zip |
Fix documentation for log-driver
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 2 |
1 files changed, 1 insertions, 1 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* |