IIS10 Container Cannot Run PHP Script with MAP Volume

According to our environment will start use windows server 2016 with container IIS (IIS+PHP with FastCGI). As we start this container with volume map (-v with host) to map sourcecode of php to running on container. We found error as “No input file specified”. But when we try copy some php code to running on c:\intetpub\wwwroot (inside container). It run fine. So is anyone have solution for this ?

There’s an issue tracking this problem: https://github.com/docker/docker/issues/27537