From aa8eb09d838e06790cc613969a4b7e18b910ce00 Mon Sep 17 00:00:00 2001 From: Oskar Niburski Date: Fri, 19 Aug 2016 22:54:12 -0400 Subject: [PATCH 1/2] Email deprecation for step 6 of tutorial Signed-off-by: Oskar Niburski --- docs/getstarted/step_six.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/getstarted/step_six.md b/docs/getstarted/step_six.md index 6f81a942d5..8e1226be43 100644 --- a/docs/getstarted/step_six.md +++ b/docs/getstarted/step_six.md @@ -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. From fbe222a35b764025f2585e65fd9119fa92359d4c Mon Sep 17 00:00:00 2001 From: Oskar Niburski Date: Thu, 25 Aug 2016 14:23:45 -0400 Subject: [PATCH 2/2] Remove Username and Password prompt with login for Step six. Signed-off-by: Oskar Niburski --- docs/getstarted/step_six.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getstarted/step_six.md b/docs/getstarted/step_six.md index 8e1226be43..b9f7a2df61 100644 --- a/docs/getstarted/step_six.md +++ b/docs/getstarted/step_six.md @@ -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