mirror of
https://github.com/docker/docs.git
synced 2026-03-29 23:38:56 +07:00
Therer is a bug in the 'skip' decision when exporting a repository (`docker save repo`) Only the layers of the first image are included in the archive (the layers of the next images are missing) Signed-off-by: Anthony Baire <Anthony.Baire@irisa.fr>