Browse code

Merge pull request #25896 from raksonibs/fix/docs_step_6

Email deprecation for step 6 of tutorial

Vincent Demeester authored on 2016/08/26 04:06:20
Showing 1 changed files
... ...
@@ -72,13 +72,14 @@ If you don't already have a terminal open, open one now:
72 72
 
73 73
     The format for the login command is:
74 74
 
75
-        docker login --username=yourhubusername --email=youremail@company.com
75
+        docker login 
76 76
 
77 77
     When prompted, enter your password and press enter. So, for example:
78 78
 
79
-        $ docker login --username=maryatdocker --email=mary@docker.com
80
-        Password:
81
-        WARNING: login credentials saved in C:\Users\sven\.docker\config.json
79
+        $ docker login
80
+        Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
81
+        Username: 
82
+        Password:        
82 83
         Login Succeeded
83 84
 
84 85
 9. Type the `docker push` command to push your image to your new repository.