The command "./run-ab-platform.sh" in Windows PowerShell does not execute

403 Views Asked by At

I have been trying to install airbyte in Docker Desktop using the following instructions:

git clone https://github.com/airbytehq/airbyte.git
cd airbyte
./run-ab-platform.sh 

The problem is that the command ./run-ab-platform.sh does not execute. It just opens the script. The Windows Powershell should execute the command and this command should install many containers and images in Docker Desktop.

I have already uninstalled the Docker Desktop and make all the process again, but I still with the same problem.

Does anyone know how can I proceed?

Best regards.

enter image description here enter image description here

1

There are 1 best solutions below

1
On

That's a Bash script. You can tell from the first line where it specifies the interpreter. Powershell is a different shell entirely. You need to run it from in WSL.