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 <cyril.tovena@gmail.com>
pull/2450/head
Cyril Tovena 6 years ago committed by GitHub
parent 9ad98dfa7c
commit 2d5b6b54a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save