Merge pull request #15214 from jerae-duffin/ENGDOCS-766

updated format
This commit is contained in:
jerae-duffin 2022-07-27 14:58:15 -05:00 committed by GitHub
commit c33d39a7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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**:

View File

@ -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.
>