Why do these error occur? #765
Replies: 1 comment
-
nevermind, I fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to write some tests using the testcontainers library, which uses the dockernode. I debugged my code and it errored in three places in the dockerode source code.
I get this error message: '(HTTP code 404) unexpected - pull access denied for redis-stack, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ', but I don't have a docker image named redis-stack and I did a docker login successfully.
To fix my code, I just want to know what the source of the problem is. If anyone could tell me that, would be greatly appreciated. Thanks. :)
Beta Was this translation helpful? Give feedback.
All reactions