mirror of https://github.com/docker/docs.git
log-opts is a JSON object not an array
This commit is contained in:
parent
513e600842
commit
fa9fbec44e
|
@ -35,7 +35,7 @@ logging driver to `syslog`:
|
|||
```
|
||||
|
||||
If the logging driver has configurable options, you can set them in the
|
||||
`daemon.json` file as a JSON array with the key `log-opts`. The following
|
||||
`daemon.json` file as a JSON object with the key `log-opts`. The following
|
||||
example sets two configurable options on the `json-file` logging driver:
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in New Issue