Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • On windows you can see only the username, the password is stored in credentials manager (control panel) Commented Aug 27, 2019 at 11:15
  • I guess I will spoil the surprise... docker-credential-wincred.exe <store|get|erase|list|version> which means you can get your password
    – KCD
    Commented Sep 8, 2019 at 23:21
  • That cat command should use linux path separators: cat ~/.docker/config.json . This may seem a nit-pick to some, but other readers might just copy/paste it and try it, and not realize readily that the "no such file or directory" error is due to this. :-) Commented Jun 22, 2020 at 1:18
  • @charliearehart you underestimate my laziness, I was using the cat alias in Powershell... updated to include both
    – KCD
    Commented Jul 6, 2020 at 8:59