From 702667644106c1654b6dab5b026f3edddc86aaa4 Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Tue, 26 Jul 2022 15:10:28 -0500 Subject: [PATCH] updated format --- docker-hub/index.md | 6 ++++-- docker-id/index.md | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-hub/index.md b/docker-hub/index.md index 600f961f74..2054d2a2e8 100644 --- a/docker-hub/index.md +++ b/docker-hub/index.md @@ -130,7 +130,7 @@ Docker Hub. 1. Download and install [Docker Desktop](../desktop/#download-and-install). -2. Sign in to the Docker Desktop application using the Docker ID you created in Step 1. +2. Sign in to the Docker Desktop application using the Docker ID you've just created. ### Step 4: Build and push a container image to Docker Hub from your computer @@ -152,7 +152,9 @@ Docker image locally. ![Terminal](images/index-terminal.png) - > **Having trouble pushing?** Remember, you must be signed into Docker Hub through Docker Desktop or the command line, and you must also name your images correctly, as per the above steps. + >**Note** + > + > You must be signed in to Docker Hub through Docker Desktop or the command line, and you must also name your images correctly, as per the above steps. 5. Your repository in Docker Hub should now display a new `latest` tag under **Tags**: diff --git a/docker-id/index.md b/docker-id/index.md index 2de773d208..469233d078 100644 --- a/docker-id/index.md +++ b/docker-id/index.md @@ -39,7 +39,8 @@ Once you register and verify your Docker ID email address, you can log in to [Do You can also log in through the CLI using the `docker login` command. For more information, see [`docker login`](../engine/reference/commandline/login.md). -> **Warning**: +> **Warning** +> > When you use the `docker login` command, your credentials are stored in your home directory in `.docker/config.json`. The password is base64-encoded in this file. >