A bug was found in the Docker CLI where running docker login my-private-registry.example.com
with a misconfigured configuration file (typically ~/.docker/config.json
) listing a credsStore
or credHelpers
that could not be executed would result in any provided credentials being sent to registry-1.docker.io
rather than the intended private registry.
A bug was found in the Docker CLI where running
docker login my-private-registry.example.com
with a misconfigured configuration file (typically~/.docker/config.json
) listing acredsStore
orcredHelpers
that could not be executed would result in any provided credentials being sent toregistry-1.docker.io
rather than the intended private registry.