From 96a67c2a7dfb5679849c48ef97f5217538d070a7 Mon Sep 17 00:00:00 2001 From: Nick Trogh Date: Tue, 25 Apr 2017 15:47:51 +0200 Subject: [PATCH] Fixed typos --- articles/container-service/container-service-dcos-acr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/articles/container-service/container-service-dcos-acr.md b/articles/container-service/container-service-dcos-acr.md index a0d4e3d3cee58..c4742a69f38cb 100644 --- a/articles/container-service/container-service-dcos-acr.md +++ b/articles/container-service/container-service-dcos-acr.md @@ -52,7 +52,7 @@ The following commands are runnable on any environments (Windows/Mac/Linux) : 2. Initiate the authentication to your ACR service by using the following command with your favorite terminal: `sudo docker login --username= --password= .azurecr.io`. You have to replace the `USERNAME`, `PASSWORD`and `ACR-REGISTRY-NAME` variables with the values provided on your Azure portal -3. It is interesting to know that when you are doing a `docker login` operation, the values are stored locally on the machine under your home folder (`cd ~/.docker` on Mac and Linux or `cd %HOMEPATH%` on Windows). We will compress the contain of this folder by using the `tar czf` command. +3. It is interesting to know that when you are doing a `docker login` operation, the values are stored locally on the machine under your home folder (`cd ~/.docker` on Mac and Linux or `cd %HOMEPATH%` on Windows). We will compress the contents of this folder by using the `tar czf` command. 4. The final step is to copy the tar file that we just created, inside the file share [that you should have created as prerequisite](container-service-dcos-fileshare.md). You can do it by using the Azure-CLI with the following command `az storage file upload -s --account-name --account-key -source ` @@ -156,9 +156,9 @@ Let's say we want to deploy the **simple-web** image, with the **2.1** tag, from ``` > [!NOTE] -> As you can see, we are using the **uris** option to specify where are stored our credentials. +> As you can see, we are using the **uris** option to specify where our credentials are stored. > ## Next steps * Read more about [managing your DC/OS containers](container-service-mesos-marathon-ui.md). -* DC/OS container management through the [Marathon REST API](container-service-mesos-marathon-rest.md). \ No newline at end of file +* DC/OS container management through the [Marathon REST API](container-service-mesos-marathon-rest.md).