docker run --name=test ubuntu /bin/sh -c "cd /tmp && echo hi > a && ln a b" && docker cp test:/tmp tmp_ test link /root/tmp/a /root/tmp_/b: no such file or directory Signed-off-by: yangshukui <yangshukui@huawei.com> Upstream-commit: d58ffa0364c04d03a8f25704d7f0489ee6cd9634 Component: engine