From 04678e4e641226e8bf991505bb21ac6613fa7165 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 4 Jun 2015 13:31:45 -0400 Subject: [PATCH] Add information to the login section of tutorial when encrypted passwords are required When encrypted passwords are required for the Docker CLI, we add a warning to the Docker login portion of the tutorial indicating that this is needed and how to generate an encrypted password --- static/tutorial/docker-login.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/static/tutorial/docker-login.html b/static/tutorial/docker-login.html index ff35e5d74..bfd0986e6 100644 --- a/static/tutorial/docker-login.html +++ b/static/tutorial/docker-login.html @@ -1,6 +1,6 @@ -
-
-
+
+
+

The first step when using is to login via the docker login command.

-

Enter your username and your password when prompted.

+ +

Enter your username and your encrypted password when prompted.

+ +
+ This installation requires encrypted passwords to be used on the Docker command line. To generate an encrypted + password, visit the settings tab under your user page. +
+
sudo docker login {{ tour.tourScope.domainName }}
 Username: {{ tour.tourScope.username }}
-Password: (password here)
+Password: (encrypted password here)
 Email: {{ tour.tourScope.email }}