mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo in plugins_logging.md
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
9752e41fd0
commit
3875305284
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in the response. If no error then you can either send an empty response (`{}`)
|
|||
or an empty value for the `Err` field.
|
||||
|
||||
The driver should at this point be consuming log messages from the passed in file.
|
||||
If messages are unconsumed, it may cause the contaier to block while trying to
|
||||
If messages are unconsumed, it may cause the container to block while trying to
|
||||
write to its stdio streams.
|
||||
|
||||
Log stream messages are encoded as protocol buffers. The protobuf definitions are
|
||||
|
|
Loading…
Add table
Reference in a new issue