Easy to understand

[Docker][M2 pro][ERROR: failed to solve: error getting credentials - err: exit status 1] 본문

===너의과학===/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
반응형

https://forums.docker.com/t/error-failed-to-solve-error-getting-credentials-err-exit-status-1-out/136124

 

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"
}
반응형

'===너의과학=== > Infra] Docker & Kubernetes' 카테고리의 다른 글

[Docker][Summary]  (0) 2024.09.15
Comments