Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running docker export command the container layer is only released in case there is an error. This makes the daemon not being able to remove them when using docker rmi or docker system prune leaving the container layer and the image used in an orphaned state on the docker file system. After applying this patch, the layer is always released allowing dockerd to remove/prune it. Signed-off-by: Joan Grau <[email protected]>
- Loading branch information