fix-up spelling mistake

Signed-off-by: chentanjun <2799194073@qq.com>
This commit is contained in:
chentanjun 2019-08-27 11:29:08 +08:00
parent d618c80077
commit 8266a3c5e7

View File

@ -183,7 +183,7 @@ Current supported schemes for logging are:
* file - Linux & Windows
* npipe - Windows
Binary logging has the abilty to forward a container's STDIO to an external binary for consumption.
Binary logging has the ability to forward a container's STDIO to an external binary for consumption.
A sample logging driver that forwards the container's STDOUT and STDERR to `journald` is:
```go