Skip to content

Commit

Permalink
Merge pull request #25896 from raksonibs/fix/docs_step_6
Browse files Browse the repository at this point in the history
Email deprecation for step 6 of tutorial
  • Loading branch information
vdemeester committed Aug 25, 2016
2 parents 46cb1f2 + fbe222a commit 4e4ebbe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/getstarted/step_six.md
Expand Up @@ -72,13 +72,14 @@ 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

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
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.
Username:
Password:
Login Succeeded

9. Type the `docker push` command to push your image to your new repository.
Expand Down

0 comments on commit 4e4ebbe

Please sign in to comment.