-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
Docker auth #131
Comments
@jhmartin thank you for bug report, I will take a look at Go SDK to see if it's possible to reuse existing config file. |
Hi @alexei-led We have a similar issue when using a stress-ng image from our internal registry. Running the following:
returns an auth error message:
Would it be possible to bind mount the credentials under a fixed path? |
Hello @alexei-led, I just want to let you know I have the same issues as described above (in both 'cases' - using own docker repository for tc or stress images)
Is there any way to overwrite docker settings inside pumba pod? I was trying to mount docker secret under /root/.docker/config.json, but then I have realized it won't work in this case ... Maybe that is a solution https://docs.docker.com/engine/api/sdk/examples/#pull-an-image-with-authentication ? |
tc-image may refer to a repository that requires authentication. Read $HOME/.docker/config.json to for matching credentials.
Example where it fails:
However, pumba in the same shell says:
The text was updated successfully, but these errors were encountered: