I am brand new to docker. Running into an issue where the start .sh script will not run. Rather than executing, it simply opens in notepad. I have followed the installation instructions meticulously. Re-installing didn’t help.
This sounds like any file with the .sh extension is set to open with notepad. You can fix this by:
Clicking the start button and selecting Default Programs
On the Control Panel > All Control Panel Items > Default Programs window that comes up, click the Associate a file type or protocol with a program
In the list of file types you need to find and select the .sh extension
After you’ve selected .sh - Click the Change Program… button in the top right
You might have the sh.exe program listed in the Recommend Programs section - If so, select it, click OK, Click Close, and you should be good to go
If sh.exe isn’t listed you’re going to have to find it - Click the browse button and navigate to C:\Program Files (x86)\Git\Bin\ and select sh.exe - Click Open, Click OK, Click Close, then you should be set
It seems like your install was corrupted. Do you remember any errors when you did it?
You could try to completely uninstall and the reinstall. Also, if you have any virus software running, you might disable it temporarily while you do the new install. - It could have possibly caused issues the first time.