Process Flow - Docker login and authentication
Start
Run 'docker login'
Enter Username
Enter Password
Send Credentials to Docker Hub
Receive Authentication Token
Store Token Locally
Login Success or Failure
End
This flow shows how Docker login works: you run the login command, enter your username and password, Docker sends these to the server, receives a token, stores it locally, and confirms success or failure.