-
Notifications
You must be signed in to change notification settings - Fork 173
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
denied: requested access to the resource is denied #154
Comments
I also encountered this problem. |
me too... |
Same problem here on Ubuntu Server 20.04 LTS with pass 1.7.3. |
I ran into this today as well. I found the workaround posted in this comment to use the fully qualified URI for login worked for me. EX: |
I've managed to make it work if I use the But not with a non-root user that belongs to the |
```bash pass show dockerhub | docker login --username foo --password-stdin ``` feat(docker): explain how not to store the credentials in plaintext It doesn't work, don't go this painful road and assume that docker is broken. The official steps are horrible, and once you've spent two hours debugging them, you [won't be able to push or pull images with your user](docker/docker-credential-helpers#154). feat(fastapi#Deploy with Docker): explain how to deploy it using Docker feat(fastapi#logging): explain how to show logging messages in the logs
Having the same issue. Using |
after using pass to manage my docker password ,I meet a problem : push can not succeed. The error message is "denied: requested access to the resource is denied". I guess because of pass,the docker can not read authentication infomation . I use another computer without pass can push successful.
The text was updated successfully, but these errors were encountered: