windows 下 dokcer build 后出现权限设置问题
这个权限是指哪个目录,然后怎么设置?
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
Windows 자체는 Linux 가상 머신을 설치하여 Docker 컨테이너화 솔루션을 지원합니다. 이러한 권한은 우리가 만든 가상 호스트의 디렉터리 권한을 참조합니다.
으아악