dockhub cli login code example
Example 1: how to docker login
$ docker login --username=maryatdocker --email=mary@docker.com
Password:
WARNING: login credentials saved in C:\Users\sven\.docker\config.json
Login Succeeded
Example 2: docker command to login with user name and pass word
$ docker login localhost:8080