Skip to content

Need Help What do I do? Step 4 in runme PS1 #11

Answered by MRColorR
BoydAcres asked this question in Q&A
Discussion options

You must be logged in to vote

In a nutshell the docker config file is not correct due to an old bad docker installation that left some residue after uninstall, docker tries to read and use some credentials that don't exist for downloading the requested images.
Fix you could try:

  • Reboot your machine to force a credentials update for your account , this fix the issue if it's caused from a not refreshed account info and permissions
  • Delete leftovers incorrect configuration from the .docker/config.json file removing { "auths": { "docker.your.domain.": { "auth": "badcredentials1234=" } } } from the file, this fix the issue if it's caused by a previous bad docker installation or misconfiguration
  • Delete the entire Docker for…

Replies: 8 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@BoydAcres
Comment options

@BoydAcres
Comment options

@MRColorR
Comment options

@MRColorR
Comment options

Comment options

You must be logged in to vote
1 reply
@MRColorR
Comment options

Comment options

You must be logged in to vote
1 reply
@MRColorR
Comment options

Comment options

You must be logged in to vote
3 replies
@BoydAcres
Comment options

@BoydAcres
Comment options

@MRColorR
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MRColorR
Comment options

@MRColorR
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by MRColorR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
troubleshooting 🔧 Not a bug. Something went wrong for specific users, let's find a solution together
2 participants