Skip to content

Commit 40d00c8

Browse files
authored
Update cognitive-services-containers-access-registry.md
1 parent 1157583 commit 40d00c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/cognitive-services-containers-access-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/07/2019
1010

1111
You can authenticate with the private container registry for Cognitive Services Containers in any of several ways, but the recommended method from the command line is to use the [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/).
1212

13-
Use the [docker login](https://docs.docker.com/engine/reference/commandline/login/) command, as shown in the following example, to log in to `containerpreview.azurecr.io`, the private container registry for Cognitive Services Containers. Replace *\<username\>* with the user name and *\<password\>* with the password that's provided in the credentials you received from the Azure Cognitive Services team.
13+
Use the [`docker login` command](https://docs.docker.com/engine/reference/commandline/login/), as shown in the following example, to log in to `containerpreview.azurecr.io`, the private container registry for Cognitive Services Containers. Replace *\<username\>* with the user name and *\<password\>* with the password that's provided in the credentials you received from the Azure Cognitive Services team.
1414

1515
```
1616
docker login containerpreview.azurecr.io -u <username> -p <password>

0 commit comments

Comments
 (0)