Files
docker-cli/components/engine/cli/command
Sebastiaan van Stijn e43da16101 remove client-side for supported logging drivers
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
2016-12-19 14:30:01 +01:00
..
2016-11-08 16:17:15 -08:00
2016-12-02 13:42:50 -08:00
2016-10-25 06:43:54 +00:00
2016-12-16 12:27:31 -05:00
2016-12-16 15:10:20 +01:00
2016-12-02 11:33:29 -08:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00