Fix broken link (#8801)

This commit is contained in:
paigehargrave 2019-05-16 21:40:29 -04:00 committed by Maria Bermudez
parent dd85dbb366
commit c29cf8fb46
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Starting with Docker Engine Enterprise 18.03.1-ee-1, you can use `docker logs` t
logs regardless of the configured logging driver or plugin. This capability, sometimes referred to logs regardless of the configured logging driver or plugin. This capability, sometimes referred to
as dual logging, allows you to use `docker logs` to read container logs locally in a consistent format, as dual logging, allows you to use `docker logs` to read container logs locally in a consistent format,
regardless of the remote log driver used, because the engine is configured to log information to the “local” regardless of the remote log driver used, because the engine is configured to log information to the “local”
logging driver. Refer to [Configure the default logging driver](/configure) for additional information. logging driver. Refer to [Configure the default logging driver](/config/containers/logging/configure) for additional information.
## Prerequisites ## Prerequisites