Update overview.md

This commit is contained in:
John Mulhausen 2017-03-03 13:31:23 -08:00 committed by GitHub
parent 4e09a4ab2b
commit 81de59357a
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ This example starts an `alpine` container which can have a maximum of 3 log
files no larger than 10 megabytes each.
```bash
$ docker run --it --log-opt max-size=10m --log-opt max-file=3 alpine ash
$ docker run -it --log-opt max-size=10m --log-opt max-file=3 alpine ash
```
## `syslog`