Ubuntu – Laravel sail up throws Permissions denied error
I am using Ubuntu 22.04 with the latest version of Docker Desktop (4.11.1) and Laravel Framework 9.26.1. I try to create a new Laravel project follwing the steps listed at https://laravel.com/docs/9.x#getting-started-on-linux. When I run ./vendor/bin/sail up the terminal shows no…