mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
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