mirror of https://github.com/docker/docs.git
Add a note that local is a bash keyword (#14850)
This commit is contained in:
parent
a836a2a127
commit
f6a915fe4b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue