===너의과학===/Infra] Docker & Kubernetes
[Docker][M2 pro][ERROR: failed to solve: error getting credentials - err: exit status 1]
Homo knowledgian
2024. 9. 19. 00:04
728x90
반응형
ERROR: failed to solve: error getting credentials - err: exit status 1, out: ``
I recently installed Docker on my Mac air m2. I was following the documentation for docker setup but I am facing the error while building the application [+] Building 3.6s (2/3) [+] Building 3.7s (3/3) FINISHED => [internal] load .dockerignore 0.0s => => t
forums.docker.com
➜ /${HOME}/.docker view config.json
➜ .docker ls
buildx config.json daemon.json devenvironments run
cli-plugins contexts desktop-build mutagen scout
➜ .docker view config.json
[ASIS]
{
"auths": {},
"credsStore": "desktop",
"currentContext": "desktop-linux"
}
=>
[TOBE]
{
"auths": {},
"credsStore": "osxkeychain",
"currentContext": "desktop-linux"
}
반응형