What does running docker login without a registry-server argument initiate?
docker login
A build of the current directory into an image.
Creation of a local container named login.
login
Automatic authentication to every registry on the internet.
Authentication to Docker's default registry using the configured login flow.