log-opts is a JSON object not an array (#9179)

This commit is contained in:
Usha Mandya 2019-08-16 11:46:32 +01:00 committed by GitHub
commit c645df2ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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