1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Remove Username and Password prompt with login for Step six.

Signed-off-by: Oskar Niburski <oskarniburski@gmail.com>
Upstream-commit: fbe222a35b764025f2585e65fd9119fa92359d4c
Component: engine
This commit is contained in:
Oskar Niburski
2016-08-25 14:23:45 -04:00
parent 439c13e4fd
commit e00aee44c1

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