Hi Team , I am getting bellow error on docker/sdk...
# docker
f
Hi Team , I am getting bellow error on docker/sdk up ... Please any once can help me ?? => ERROR resolve image config for docker.io/docker/dockerfile:experimental 2.0s ------ > resolve image config for docker.io/docker/dockerfile:experimental: ------ failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = error getting credentials - err: exit status 39, out: `` Thanks !
p
f
Thanks for reply Florian , i checked this thread but unfortunately it doesn't work
a
did you do first a
docker/sdk boot -s deploy.dev.yml
? (edit) ah, I didn’t see your message in the other channel… can you try to do the deployment through the deploy.dev.yml from the demoshop?
f
Yes i did
docker/sdk boot -s deploy.dev.yml
on demo shop .. on this command also i am getting same error
a
Maybe you are running against a ratelimit check/block and you neded to authenticate or upgrade in order to download images from docker.io? (not sure, but the credential thing might be it)
p
maybe “docker login” then?
f
Thanks For support .. i got issue .. it was because our internal security issue .. !
2
d
Hi @full-potato-10807 Getting Same issue
Copy code
docker/sdk bootstrap deploy.dev.yml
What security issue you were facing ? Could you please help me here. Thanks!
p
In an old internal thread I also saw this as a solution to a similar case: delete
~/.docker/config.json
and execute
docker login
again
d
@plain-city-95899 As I am using WSL 2 and docker desktop for windows OS and tried the possible ways to bootstrap the docker but resulting into the same. I switch to the root user then it triggers. For me it seems permission problem. But is right to switch to root user 🙂 . Others are resolving it by different ways.