diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-04-03 10:14:14 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-05-28 11:10:57 -0400 |
commit | 18d7fcb5eb1966c4d3748a50c625c01c1ebd9f5b (patch) | |
tree | 9fa54a23bc7a014fd0ea16c16ce75e21859e6183 /docs/podman-run.1.md | |
parent | 335a1ef1606734e4735a810e839032297cc89060 (diff) | |
download | podman-18d7fcb5eb1966c4d3748a50c625c01c1ebd9f5b.tar.gz podman-18d7fcb5eb1966c4d3748a50c625c01c1ebd9f5b.tar.bz2 podman-18d7fcb5eb1966c4d3748a50c625c01c1ebd9f5b.zip |
Update completions and docs to use k8s file as log driver
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 78e8a5d6e..a7091e89a 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -394,7 +394,7 @@ Read in a line delimited file of labels Not implemented -**--log-driver**="*json-file*" +**--log-driver**="*k8s-file*" Logging driver for the container. Currently not supported. This flag is a NOOP provided soley for scripting compatibility. |