Add a note that local is a bash keyword (#14850)

This commit is contained in:
Chris Dotson 2022-05-30 11:46:11 -04:00 committed by GitHub
parent a836a2a127
commit f6a915fe4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ $ docker run \
alpine echo hello world
```
Note that `local` is a bash reserved keyword, so you may need to quote it in scripts.
### Options
The `local` logging driver supports the following logging options: