Skip to content

Commit 1dccb61

Browse files
committed
edits
1 parent a9311e3 commit 1dccb61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-registry/container-registry-get-started-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ When the **Deployment succeeded** message appears, select the container registry
3636

3737
![Container registry Overview in the Azure portal][qs-portal-05]
3838

39-
Take note of the value of the **Login server**. You use this value in the following steps while working with your registry with the Azure CLI and Docker.
39+
Take note of the value of the **Login server**. You use this value in the following steps when you push and pull images with Docker.
4040

4141
## Log in to registry
4242

43-
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI. (Specify only the registry name. Don't include the 'azurecr.io' suffix.)
43+
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI. (Specify only the registry name when logging in. Don't include the 'azurecr.io' suffix.)
4444

4545
```azurecli
4646
az acr login --name <acrName>
@@ -54,7 +54,7 @@ The command returns `Login Succeeded` once completed.
5454

5555
To list the images in your registry, navigate to your registry in the portal and select **Repositories**, then select the repository you created with `docker push`.
5656

57-
In this example, we select the **hello-world** repository, and we can see the `v1`-tagged image under **TAGS**.
57+
In this example, we select the **hello-world** repository, and we can see the `v1`-tagged image under **Tags**.
5858

5959
![List container images in the Azure portal][qs-portal-09]
6060

0 commit comments

Comments
 (0)