mirror of https://github.com/docker/docs.git
Fix typo (#9804)
This commit is contained in:
parent
760aa33875
commit
844e8e4c70
|
@ -50,7 +50,7 @@ example sets two configurable options on the `json-file` logging driver:
|
|||
}
|
||||
```
|
||||
|
||||
> **Note**: `log-opt` configuration options in the `daemon.json` configuration
|
||||
> **Note**: `log-opts` configuration options in the `daemon.json` configuration
|
||||
> file must be provided as strings. Boolean and numeric values (such as the value
|
||||
> for `max-file` in the example above) must therefore be enclosed in quotes (`"`).
|
||||
|
||||
|
|
Loading…
Reference in New Issue