log-opts is a JSON object not an array

This commit is contained in:
Bertrand Guay-Paquet 2019-07-31 16:18:39 +02:00 committed by GitHub
parent 513e600842
commit fa9fbec44e
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