mirror of
https://github.com/docker/cli.git
synced 2026-09-05 02:24:31 -05:00
This change makes docker compute layer size correctly. The old code isn't taking hard links into account. Layers could seem like they're up to 1-1.5x larger than they really were. Upstream-commit: ac821f2446628a9151587038f1d377f57985a452 Component: engine