-
Notifications
You must be signed in to change notification settings - Fork 182
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-credential-pass warning when running docker logout <private registry> #174
Comments
It turns out that the issue happening due to a double logout in the docker/cli project. I will go ahead and create an issue and pull request on the docker/cli project. |
@jrpalma Did you solve this in some way? |
docker logout without registry means that you logout from the Docker Registry (https://index.docker.io/v1/)
would work in the sample above. |
nicks
added a commit
to nicks/docker-credential-helpers
that referenced
this issue
Jul 27, 2022
nicks
added a commit
to nicks/docker-credential-helpers
that referenced
this issue
Jul 27, 2022
fixes docker#174 Signed-off-by: Nick Santos <nick.santos@docker.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed docker-credentials-pass and managed to make it work. However, there is an annoying warning when you run the command "sudo docker logout ". I did some searches and came across issue #102. I get the following warning:
I also ran
Therefore, to my surprise, this was successful:
This should have failed like it did with docker-credential-pass warning. I am puzzled as to why this warning is displayed by docker-credentials-pass but not when called from the terminal.
According to pass:
So, I changed the code which no longer shows the warning
Can we just do a remove? The pass documentation make it seem like this is ok. I understand this might not be proper, but the warning is annoying.
The text was updated successfully, but these errors were encountered: