mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +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>