Browse code

Email deprecation for step 6 of tutorial

Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>

Oskar Niburski authored on 2016/08/20 11:54:12
Showing 1 changed files
... ...
@@ -72,13 +72,12 @@ 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 --username=yourhubusername --password=fake123
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 --username=maryatdocker --password=fake123
80
+        Password:        
82 81
         Login Succeeded
83 82
 
84 83
 9. Type the `docker push` command to push your image to your new repository.