Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
404 views
in Technique[技术] by (71.8m points)

Laravel 8: docker pull access denied

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?

question from:https://stackoverflow.com/questions/65919407/laravel-8-docker-pull-access-denied

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...