Проблема при установке Laravel через Docker
После ввода команды в терминале curl -s https://laravel.build/example-app | bash
выдается следующая ошибка:
docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path.
See 'docker run --help'.
bash: line 16: cd: example-app: No such file or directory
Please provide your password so we can make some final adjustments to your application's permissions.
bash: line 31: sudo: command not found
Thank you! We hope you build something incredible. Dive in with: cd example-app && ./vendor/bin/sail up
Как ее решить?