mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
This fixes a bug introduced in #15786: * if a pre-v1.20 client requested docker stats, the daemon would return both an API-compatible JSON blob *and* an API-incompatible JSON blob: see https://gist.github.com/donhcd/338a5b3681cd6a071629 Signed-off-by: Donald Huang <don.hcd@gmail.com> Upstream-commit: d2c04f844b8258d712da4b8feac25df7590b037c Component: engine