mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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> |
||
|---|---|---|
| .. | ||
| tags | ||
| export.go | ||
| graph.go | ||
| graph_test.go | ||
| history.go | ||
| import.go | ||
| list.go | ||
| load.go | ||
| load_unsupported.go | ||
| manifest.go | ||
| manifest_test.go | ||
| pools_test.go | ||
| pull.go | ||
| push.go | ||
| service.go | ||
| tags.go | ||
| tags_unit_test.go | ||