Sometimes I don't want to store/pass my credentials to docker registry, It would be helpful if i could just pass the bearer token manually ``` DockerRegistry2.connect("https://registry", { bearer_token: "my-token" }) ```
Sometimes I don't want to store/pass my credentials to docker registry, It would be helpful if i could just pass the bearer token manually