From 6d7fd0e2ecf66ad06ca9d953c09c69f7bac84bd7 Mon Sep 17 00:00:00 2001 From: alex seubert <1221550+seubert@users.noreply.github.com> Date: Fri, 8 Feb 2019 17:07:20 -0600 Subject: [PATCH] Use correct `log-driver` key in daemon.json --- config/containers/logging/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/containers/logging/plugins.md b/config/containers/logging/plugins.md index f49e537f7e..30b3342f72 100644 --- a/config/containers/logging/plugins.md +++ b/config/containers/logging/plugins.md @@ -24,7 +24,7 @@ a specific plugin using `docker inspect`. ## Configure the plugin as the default logging driver After 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 `logging-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 [logging overview](configure.md#configure-the-default-logging-driver). If the logging driver supports additional options, you can set those as the values of