Closed cvtienhoven closed 8 years ago
Thanks for reporting this. I think this happened because collector had no support for the registry v2 token auth flow. I just now added support for that and pushed a new release (built version available on docker hub "docker pull banyanops/collector"). Hope it works.
I'm running the collector as a docker container, and it communicates via a unix socket with the docker daemon. When trying to check an image, it seems like the pullImage action succeeds, but then the collector tries to create a container from the image based on the ID, which fails. I substituted the actual registry and repo with and . I might be doing something wrong, but perhaps you want to take a look. Thanks in advance :)