mirror of https://github.com/docker/docs.git
commit
c33d39a7ba
|
@ -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.
|
|||
|
||||

|
||||
|
||||
> **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**:
|
||||
|
||||
|
|
|
@ -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.
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue