mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
daemon cache was getting the whole image map and then iterating through it to find children. This information is already stored in the image store. Prior to this change building the docker repo with a full cache took 30 seconds. After it takes between 15 seconds or less (As low as 9 seconds). This is an improvement on docker 1.9.1 which hovered around 17 seconds. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 1350e8b7b8025d73056b800963c001fb9619a85c Component: engine