mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Currently, the temporary file storing downloaded layer data is only removed after a successful download or a digest verification error. A transport-level error does not cause it to be removed. This is a regression from 1.9 that could cause disk usage to grow until the Docker daemon is restarted. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>