1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove Username and Password prompt with login for Step six.

Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>
This commit is contained in:
Oskar Niburski 2016-08-25 14:23:45 -04:00
parent aa8eb09d83
commit fbe222a35b

View file

@ -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