I'm trying to install Laravel 8 on my machine, but am running into an issue.
When I try to run the command curl -s https://laravel.build/example-app | bash
from the linux shell, i get the error:
Unable to find image 'and:latest' locally
docker: Error response from daemon: pull access denied for and, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Get started with: cd example-app && ./vendor/bin/sail up
The directory remains empty, logically since it can't download anything. I tried logging into docker but this generated the same error. I've followed the accepted answer a fellow user listed in Laravel installation sail problem ((23) Failed writing body) but this hasen't resolved the problem.
Do you have any idea on how to resolve this issue so i can go ahead with installing laravel?