Skip to content

Commit

Permalink
Remove Username and Password prompt with login for Step six.
Browse files Browse the repository at this point in the history
Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>
  • Loading branch information
raksonibs committed Aug 25, 2016
1 parent aa8eb09 commit fbe222a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/getstarted/step_six.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ If you don't already have a terminal open, open one now:

The format for the login command is:

docker login --username=yourhubusername --password=fake123
docker login

When prompted, enter your password and press enter. So, for example:

$ docker login --username=maryatdocker --password=fake123
$ 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

Expand Down

0 comments on commit fbe222a

Please sign in to comment.