Closed Radi0Eng closed 2 days ago
请问有解决方案了吗
rm -rf ~/Library/Group\ Containers/group.com.docker rm -rf ~/.docker 关闭docker执行,然后启动docker即可解决
Thank you guys for the interaction. my problem was fixed, and I succeeded to build the images. It turned out that my account had to have the necessary system permissions to Docker directories. This was fixed by typing the following commands in the Terminal: sudo chown -R $(whoami) /Users/alialzahrani/.docker sudo chmod -R u+rw /Users/alialzahrani/.docker
where alialzahrani is my account_name. If your machine is within a LAN, you may need to talk to your system admin.
Yes, it works as well, by the way, how could you find out the root cause? thanks @Radi0Eng
closing as resolved
Description
I'm facing an application error when trying to build a docker image whose base image is in GitHub.
Can anyone help me fix this problem.
ps: my Docker Desktop is upto date:
Reproduce
docker build sampleapp
Expected behavior
To generate an image.
docker version
docker info
Diagnostics ID
F96752C3-2504-4FC0-95BB-150C63D6869C/20240915190622
Additional Info
No response