Update json-file.md (#3878)

The -- for log-driver where incorrect.
This commit is contained in:
Matthias Glastra
2017-07-18 23:04:13 +02:00
committed by John Mulhausen
parent c8ba37a2c4
commit 37bad6c8c9

View File

@@ -40,7 +40,7 @@ You can set the logging driver for a specific container by using the
```bash
$ docker run \
-log-driver json-file -log-opt max-size=10m \
-log-driver json-file --log-opt max-size=10m \
alpine echo hello world
```