mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Email deprecation for step 6 of tutorial
Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>
This commit is contained in:
parent
ad37e30363
commit
aa8eb09d83
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue