You are browsing as a guest. Sign up (or log in) to start making projects!

19m 10s logged

18.06.2026


12:53 - start of log

Day starts of with docker as usual. I’m planning to have my container/image whatever it’s gonna be, I’m not educated enough yet to say correctly, to be done in few days. Maybe the point of this Stardance thing isn’t to yap about how you learn things but rather how you achieve results, I am not sure.

I had an issue with docker engine requesting gpg key password each time I tried to perform an action and it was pretty annoying. As my friend told me, I didn’t really need a docker accout at all, unless I wanted to publish an image. I’m pretty sure that I can use github to store my image, so that’s a thing down a drain. I deleted my gpg key and logged out, but now docker errored each time I tried to perform an action instead. Issue: docker still tries to reach for gpg key, which doesn’t exist anymore. Reason: config.json contains section pointing to use a gpg key, which I have just deleted. Solution: remove that line from config.

nano ~/.docker/config.json # to open config file

And remove this:

{
    credsStore: "desktop"
}

Problem solved.

13:01 - end of log


PS: I keep studying docker around 10AM to 5PM every day for now, with pauses, of course.

0
1

Comments 0

No comments yet. Be the first!