Skip to content
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 push #21028

Closed
AFnRFCb7 opened this issue Mar 8, 2016 · 2 comments
Closed

docker push #21028

AFnRFCb7 opened this issue Mar 8, 2016 · 2 comments

Comments

@AFnRFCb7
Copy link

AFnRFCb7 commented Mar 8, 2016

This bug can be seen in https://forums.docker.com/t/docker-push-not-working-in-1-8-1-not-logged-in/2894/17
and I experienced it in version 1.9.1

I was unable to push until I performed the workaround
described by Adriano Laranjeira

In fact, it could be related to an issue in your config file.

Open your config.json, if they looks like this:

`

{
"auths": {
"docker.io": {
"auth": "your_encoded_password",
"email": "your_email_address"
}
}
Change the endpoint of the login operations:

{
"auths": {
"https://index.docker.io/v1/": {
"auth": "your_encoded_password",
"email": "your_email_address"
}
}

Output of docker version:

(paste your output here)

Output of docker info:

(paste your output here)

Provide additional environment details (AWS, VirtualBox, physical, etc.):

List the steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Provide additional info you think is important:

@thaJeztah
Copy link
Member

wondering if this could be related to #21004 (comment). Can you check if there's a .dockercfg file in your home directory?

@thaJeztah
Copy link
Member

I haven't received a response from OP, so I'm closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants