현제의 현재이야기

[docker]ERROR [internal] load metadata for ~ 오류 해결 본문

Infra

[docker]ERROR [internal] load metadata for ~ 오류 해결

현재의 현제 2023. 7. 25. 06:38
 sudo docker-compose up   
2023/07/25 06:24:28 must use ASL logging (which requires CGO) if running as root
2023/07/25 06:24:28 must use ASL logging (which requires CGO) if running as root
[+] Running 0/0
 ⠋ web Pulling                                                                                 0.0s 
 ⠋ nginx Pulling                                                                               0.0s 
[+] Building 0.7s (2/3)                                                                             
[+] Building 0.9s (3/3) FINISHED                                                                    
 => [internal] load .dockerignore                                                              0.0s
 => => transferring context: 2B                                                                0.0s
 => [internal] load build definition from Dockerfile                                           0.0s
 => => transferring dockerfile: 277B                                                           0.0s
 => ERROR [internal] load metadata for docker.io/library/python:3.9.6
rm  ~/.docker/config.json

실행하면 해결

https://stackoverflow.com/questions/70288986/why-am-i-getting-this-error-error-internal-load-metadata

 

Why am I getting this error: ERROR [internal] load metadata

I am a Docker noob and am trying to run the make dev-services script, declared in the skaffold.yml file (I exchanged image and sha names with xxx): - name: dev-services build: tagPolicy:

stackoverflow.com

 

Comments