docker_registry2
docker_registry2 copied to clipboard
Allow passing token for authentication
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" })