Email deprecation for step 6 of tutorial

Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>
This commit is contained in:
Oskar Niburski 2016-08-19 22:54:12 -04:00
parent ad37e30363
commit aa8eb09d83
1 changed files with 3 additions and 4 deletions

View File

@ -72,13 +72,12 @@ If you don't already have a terminal open, open one now:
The format for the login command is:
docker login --username=yourhubusername --email=youremail@company.com
docker login --username=yourhubusername --password=fake123
When prompted, enter your password and press enter. So, for example:
$ docker login --username=maryatdocker --email=mary@docker.com
Password:
WARNING: login credentials saved in C:\Users\sven\.docker\config.json
$ docker login --username=maryatdocker --password=fake123
Password:
Login Succeeded
9. Type the `docker push` command to push your image to your new repository.