I'm use VSCode and have installed the Docker extension, I run this command as you've said in the document but im getting an error:
docker-compose : The term 'docker-compose' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ docker-compose up -d
+ ~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (docker-compose:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Any help appreciated...
Update: I had to install Docker app but it's not compatible with my PC
I'm use VSCode and have installed the Docker extension, I run this command as you've said in the document but im getting an error:
Any help appreciated...
Update: I had to install Docker app but it's not compatible with my PC