mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Prior to this patch, the response of - GET /images/json - GET /containers/json - GET /images/(name)/history display the Created Time as UNIX format which doesn't make sense. These should be more readable as CLI command `docker inspect` shows. Due to the case that an older client with a newer version daemon, we need the version check for now. Signed-off-by: Hu Keping <hukeping@huawei.com> Upstream-commit: 945fc9d882324ac87505e34bb74e6ebe30be1309 Component: engine