We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am getting load metadata error on running docker-compose inside Backend folder:
Command : sudo docker-compose up -d
Machine : MacBook Pro M1 chip
rakeshkirola@Rakeshs-MacBook-Pro Backend % sudo docker-compose up -d
[internal] load metadata for docker.io/library/nginx:alpine:
[internal] load metadata for docker.io/library/node:13.12.0-alpine:
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials - err: exit status 1, out: ``
Do let me know if more information is required regarding this.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am getting load metadata error on running docker-compose inside Backend folder:
Command : sudo docker-compose up -d
Machine : MacBook Pro M1 chip
rakeshkirola@Rakeshs-MacBook-Pro Backend % sudo docker-compose up -d
Password:
[+] Building 4.1s (2/4)
=> [internal] load build definition from Dockerfile 0.0s
[+] Building 4.1s (4/4) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 1.03kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 62B 0.0s
=> ERROR [internal] load metadata for docker.io/library/nginx:alpine 4.0st
=> ERROR [internal] load metadata for docker.io/library/node:13.12.0-alp 4.0st
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: rpc error: code = Unknown desc = error getting credentials - err: exit status 1, out: ``
Do let me know if more information is required regarding this.
Thanks
The text was updated successfully, but these errors were encountered: