summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorKen Cochrane <kencochrane@gmail.com>2016-02-29 17:51:36 -0800
committerDerek McGowan <derek@mcgstyle.net>2016-02-29 17:53:27 -0800
commitaee260d4eb3aa0fc86ee5038010b7bbc24512ae5 (patch)
tree837f716708236164c2399fcfee77403270d845a6 /docs/userguide
parent6a960069596a5d43a50b7675454169aad06972ca (diff)
downloaddocker-aee260d4eb3aa0fc86ee5038010b7bbc24512ae5.tar.gz
Remove email address field from login
This removes the email prompt when you use docker login, and also removes the ability to register via the docker cli. Docker login, will strictly be used for logging into a registry server. Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/containers/dockerrepos.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/userguide/containers/dockerrepos.md b/docs/userguide/containers/dockerrepos.md
index 257f87635b..b0c6fb7c69 100644
--- a/docs/userguide/containers/dockerrepos.md
+++ b/docs/userguide/containers/dockerrepos.md
@@ -33,15 +33,11 @@ Docker itself provides access to Docker Hub services via the `docker search`,
### Account creation and login
Typically, you'll want to start by creating an account on Docker Hub (if you haven't
already) and logging in. You can create your account directly on
-[Docker Hub](https://hub.docker.com/account/signup/), or by running:
+[Docker Hub](https://hub.docker.com/account/signup/).
$ docker login
-This will prompt you for a user name, which will become the public namespace for your
-public repositories.
-If your user name is available, Docker will prompt you to enter a password and your
-e-mail address. It will then automatically log you in. You can now commit and
-push your own images up to your repos on Docker Hub.
+You can now commit and push your own images up to your repos on Docker Hub.
> **Note:**
> Your authentication credentials will be stored in the `~/.docker/config.json`