mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
normally symlinks are created as either ln -s /path/existing /path/new-name or cd /path && ln -s ./existing new-name but one can create it this way cd /path && ln -s existing new-name this drives FollowSymlinkInScope into infinite loop Docker-DCO-1.1-Signed-off-by: Lajos Papp <lajos.papp@sequenceiq.com> (github: lalyos) Upstream-commit: 8b77a5b7aedb1168707f486ed540edf3e5de8819 Component: engine