I needed a Docker 9.3 instance for my work. I started with Sitecore docker images from github ( https://github.com/Sitecore/docker-images ). Thank you fellow Sitecore-ians for the head start.Â
As I was following the instructions, I found that if I am behind the corporate firewall, I am constantly getting the following error.Â
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
Start-Process : This command cannot be run due to the error: The system cannot
find the file specified.
At line:1 char:319
+ … id=840944′; Start-Process -FilePath ‘C:\\install\\SQL.exe’ -ArgumentL …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOp
erationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.C
ommands.StartProcessCommand
Now, it is suggested (and I haven’t solved it yet) that it is happening because the docker doesn’t have the SSL cert. I will put more instruction on how to import that little later.
To make sure that the scripts works on a personal machine. I ran the script on my machine 🙂 . It is not behind a corporate firewall. I got couple of error for first few runs.



Once I did the suggested action, the whole script ran without issue.