mirror of
https://github.com/docker/cli.git
synced 2026-09-01 02:24:23 -05:00
In d42dbdd3d48d0134f8bba7ead92a7067791dffab the code was re-arranged to better report errors, and ignore non-errors. In doing so we removed a deferred remove of the AUFS diff path, but did not replace it with a non-deferred one. This fixes the issue and makes the code a bit more readable. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 276b44608b04f08bdf46ce7c816b1f744bf24b7d Component: engine