mirror of https://github.com/docker/docs.git
Update overview.md
This commit is contained in:
parent
4e09a4ab2b
commit
81de59357a
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue