When listing tags of official repository results in error. ``` sh > docker-ls tags redis ERROR: authorization rejected by registry ``` Listing it with `library/` prefix works. ``` sh > docker-ls tags library/redis requesting list . done repository: library/redis tags: - "2" ... ``` Would it make sense to prepend `library/` for images without `<vendor>/`?
When listing tags of official repository results in error.
> docker-ls tags redis ERROR: authorization rejected by registryListing it with
library/prefix works.Would it make sense to prepend
library/for images without<vendor>/?