mirror of
https://github.com/docker/cli.git
synced 2026-09-11 18:14:42 -05:00
28ce705ffc49945f24b267e724d5065f90864678
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
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%