mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This moves Driver.Size() to Differ.DiffSize(), removing the empty implementations in devmapper and dummy, and renaming the one in aufs. Then we fall back to a container.Changes() implementation in the non-aufs case. Upstream-commit: 5d76681c3d0cbb744205a397420603ce029ce754 Component: engine