From 2d5b6b54a0965f0296643d2bd9be73448fdddd4e Mon Sep 17 00:00:00 2001 From: Cyril Tovena Date: Wed, 29 Jul 2020 09:25:00 -0400 Subject: [PATCH] Add more precisions on the docker driver installed on the daemon. (#2435) It will work only for new containers, as explained by one of our users in the mailing list. Signed-off-by: Cyril Tovena --- docs/sources/clients/docker-driver/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/clients/docker-driver/configuration.md b/docs/sources/clients/docker-driver/configuration.md index eb38f4d538..9335a1ee18 100644 --- a/docs/sources/clients/docker-driver/configuration.md +++ b/docs/sources/clients/docker-driver/configuration.md @@ -61,7 +61,7 @@ Options for the logging driver can also be configured with `log-opts` in the > the example above) must therefore be enclosed in quotes (`"`). After changing `daemon.json`, restart the Docker daemon for the changes to take -effect. All containers from that host will then send logs to Loki. +effect. All **newly created** containers from that host will then send logs to Loki via the driver. ## Configure the logging driver for a Swarm service or Compose