mirror of
https://github.com/docker/cli.git
synced 2026-09-06 02:24:31 -05:00
This flag is passed to the daemon CLI. In my opinion, "Container's logging driver" is not accurate and refers to 'one container'. Also the `syslog` driver was missing from the list. Having the list of all logging drivers won't scale here (should be <80 chars per line) and we have `rotation` driver coming up in the pipeline as well (gh11485). Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: a4b7a9e1e5505983aea3f6d7e246c57a6f4f6170 Component: engine