mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
The `docker logs` command performed a client-side check if the container's logging driver was supported. Now that we allow the client to connect to both "older" and "newer" daemon versions, this check is best done daemon-side. This patch remove the check on the client side, and leaves validation to the daemon, which should be the source of truth. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 05dc9846e1266e6a3629c26851acb633a380dd17 Component: engine