mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
Fixes #16555 Original docker `cp` always copy symbol link itself instead of target, now we provide '-L' option to allow docker to follow symbol link to real target. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This code provides helper functions for dealing with archive files.