mirror of
https://github.com/docker/docs.git
synced 2026-04-01 16:58:54 +07:00
Symlinks are currently not getting cleaned up when removing layers since only the root directory is removed. On remove, read the link file and remove the associated link from the link directory. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)