docker login docker hub code example

Example 1: how to docker login

$ docker login --username=maryatdocker --email=[email protected]
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

Example 3: docker command to login with user name and pass word

$ cat ~/my_password.txt | docker login --username foo --password-stdin

Example 4: pushing image to docker hub

docker push yourhubusername/verse_gapminder