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.
PHP中文网2017-04-24 09:11:28
Windows 自体は、Linux 仮想マシンをインストールすることで Docker コンテナ化ソリューションをサポートします。これらの権限は、作成した仮想ホストのディレクトリ権限を参照します。
リーリー