mirror of https://github.com/docker/docs.git
chore: tier 1 freshness: content/config/containers/logging/plugins.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
dc86c93f9d
commit
5c1b17beb7
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
description: How to use logging driver plugins
|
description: Learn about logging driver plugins for extending and customizing Docker's logging capabilities
|
||||||
title: Use a logging driver plugin
|
title: Use a logging driver plugin
|
||||||
keywords: logging, driver, plugins, monitoring
|
keywords: logging, driver, plugins, monitoring
|
||||||
aliases:
|
aliases:
|
||||||
|
@ -23,7 +23,7 @@ a specific plugin using `docker inspect`.
|
||||||
|
|
||||||
## Configure the plugin as the default logging driver
|
## Configure the plugin as the default logging driver
|
||||||
|
|
||||||
After the plugin is installed, you can configure the Docker daemon to use it as
|
When the plugin is installed, you can configure the Docker daemon to use it as
|
||||||
the default by setting the plugin's name as the value of the `log-driver`
|
the default by setting the plugin's name as the value of the `log-driver`
|
||||||
key in the `daemon.json`, as detailed in the
|
key in the `daemon.json`, as detailed in the
|
||||||
[logging overview](configure.md#configure-the-default-logging-driver). If the
|
[logging overview](configure.md#configure-the-default-logging-driver). If the
|
||||||
|
|
Loading…
Reference in New Issue